X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Futils%2Futils.sh;h=aea2de87612ea8c0881bcfad5f92da5115ec5214;hb=3a3c8bb256341ae07185da79ae4c63e9e1b97164;hp=2510da59371a665b80fa8696d455521a8b2c8701;hpb=7ec0f31f8f3227ec89de3bf104ba6bac5a03fcf2;p=lttng-tools.git diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index 2510da593..aea2de876 100644 --- a/tests/utils/utils.sh +++ b/tests/utils/utils.sh @@ -27,6 +27,11 @@ 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. +export LTTNG_UST_REGISTER_TIMEOUT=-1 + source $TESTDIR/utils/tap/tap.sh function print_ok ()