]> sourceware.org Git - systemtap.git/commitdiff
Extend skipped.exp test timeout for slower machines.
authorMark Wielaard <mjw@redhat.com>
Mon, 28 Dec 2009 19:47:59 +0000 (20:47 +0100)
committerMark Wielaard <mjw@redhat.com>
Mon, 28 Dec 2009 19:47:59 +0000 (20:47 +0100)
testsuite/systemtap.base/skipped.exp

index 65e2c732e063fe357f9842b004ab4e093fd8e2c3..8815c737510ae7bd47349dd7ab8f149dbb44d13d 100644 (file)
@@ -10,7 +10,7 @@ set warns 0
 set oks 0
 spawn stap -e "probe timer.s(5) {exit()} probe timer.profile,syscall.* {f++} global f" -DMAXTRYLOCK=0 -tu
 expect {
-    -timeout 30
+    -timeout 60
     -re {^ERROR: Skipped too many probes, check MAXSKIPPED or try again with stap -t for more details.\r\n} { incr errs; exp_continue }
     -re {^WARNING: Number of errors: 0, skipped probes: [0-9]+\r\n} { incr warns; exp_continue }
     -re {^WARNING: Skipped due to global .f. lock timeout: [0-9]+\r\n} { incr warns; exp_continue }
This page took 0.030136 seconds and 5 git commands to generate.