]> sourceware.org Git - systemtap.git/commitdiff
Extend optionalprobe.exp timeout to 120 seconds.
authorMark Wielaard <mjw@redhat.com>
Wed, 5 Oct 2011 10:01:18 +0000 (12:01 +0200)
committerMark Wielaard <mjw@redhat.com>
Wed, 5 Oct 2011 10:02:46 +0000 (12:02 +0200)
optionalprobe.exp uses tracepoint probes and is the first to do so.
Generating the tracepoint cache can take more than 60 seconds on some setups.

testsuite/systemtap.base/optionalprobe.exp

index 9b10177f082933e0d18d4958de89c3c9bebdc18c..7466c3fac0e2ed727309f62a979dd25f25899e7a 100644 (file)
@@ -1,7 +1,7 @@
 set test "optionalprobe"
 spawn stap -p2 -w $srcdir/$subdir/$test.stp
 expect {
-    -timeout 60
+    -timeout 120
     -re "# probes\r\n" { exp_continue }
     -re "^begin" { pass $test }
     eof { fail $test }
This page took 0.028889 seconds and 5 git commands to generate.