X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Futils%2Futils.sh;h=5f86ece9984e0aacbadc935e9bb098f2f83601c7;hb=629b93357969280145067b2f0ebcda441bac618d;hp=c3d8bd4d999edf6736715e20422d7e0044f8e76f;hpb=464bd4b0ed84ff139589fcd09cd20a4661ba1017;p=lttng-tools.git diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index c3d8bd4d9..5f86ece99 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 ()