Fix: set UST register timeout to -1 as test default
[lttng-tools.git] / tests / utils / utils.sh
index 6f1b90236ab8e89c842684d528101d5011cfbf31..49a24e3596a88238ad260410c95437b3f6802404 100644 (file)
@@ -26,6 +26,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 ()
This page took 0.023396 seconds and 4 git commands to generate.