X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Futils%2Futils.sh;h=aaac8c67d2fd79d37ce42c7e47d8c0474e161c61;hb=ef53083def8b65701eaebdfd417c9d9e682b07ce;hp=c59442b22c09cc45db2c5118a46aa75a30c25cc1;hpb=86546faf995a02dce38601cdcd7785669aafb540;p=lttng-tools.git diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index c59442b22..aaac8c67d 100644 --- a/tests/utils/utils.sh +++ b/tests/utils/utils.sh @@ -35,10 +35,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