X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Futils%2Futils.sh;fp=tests%2Futils%2Futils.sh;h=6dac73efe683ac0e981c8e1df32c33a578fdc749;hb=cd2c4543d15d3ca71c419c7e528f1c10c1021dc3;hp=12bcc991a86dc5c4068a1d7f2ba48ca67c4769ec;hpb=cb55c431fd367bd471c671b55006d3dd65a8e70f;p=lttng-tools.git diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index 12bcc991a..6dac73efe 100644 --- a/tests/utils/utils.sh +++ b/tests/utils/utils.sh @@ -29,10 +29,12 @@ KERNEL_MAJOR_VERSION=2 KERNEL_MINOR_VERSION=6 KERNEL_PATCHLEVEL_VERSION=27 -# We set the default UST register timeout to "wait forever", so that -# basic tests don't have to worry about hitting timeouts on busy -# systems. Specialized tests should test those corner-cases. +# We set the default UST register timeout and network and app socket timeout to +# "wait forever", so that basic tests don't have to worry about hitting +# timeouts on busy systems. Specialized tests should test those corner-cases. export LTTNG_UST_REGISTER_TIMEOUT=-1 +export LTTNG_NETWORK_SOCKET_TIMEOUT=-1 +export LTTNG_APP_SOCKET_TIMEOUT=-1 # We set the default lttng-sessiond path to /bin/true to prevent the spawning # of a daemonized sessiond. This is necessary since 'lttng create' will spawn