]> sourceware.org Git - systemtap.git/commitdiff
Extend expect timeout for bz1027459.exp (wrt. Pass 2/syscall.*)
authorMartin Cermak <mcermak@redhat.com>
Fri, 3 Jul 2015 09:00:13 +0000 (11:00 +0200)
committerMartin Cermak <mcermak@redhat.com>
Fri, 3 Jul 2015 09:00:13 +0000 (11:00 +0200)
testsuite/systemtap.base/bz1027459.exp

index f3471a71732d2b95fba267ec38ed4cfc148c03bb..593d53331864dbaf93d6f9be483b50f1353bd2c3 100644 (file)
@@ -7,7 +7,7 @@ exec touch trace1
 spawn stap $srcdir/$subdir/$test.stp
 set ok 0
 expect {
-       -timeout 60
+       -timeout 120
        -re {^hi\r\n} { incr ok; exp_continue }
        timeout { fail "$test (timeout)" }
        eof { }
This page took 0.02975 seconds and 5 git commands to generate.