diff options
Diffstat (limited to 'testsuite/systemtap.samples/syscalls2.exp')
-rw-r--r-- | testsuite/systemtap.samples/syscalls2.exp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/systemtap.samples/syscalls2.exp b/testsuite/systemtap.samples/syscalls2.exp index c817f23f..7bbd9a51 100644 --- a/testsuite/systemtap.samples/syscalls2.exp +++ b/testsuite/systemtap.samples/syscalls2.exp @@ -3,7 +3,8 @@ if {![installtest_p]} { untested $test; return } spawn stap $srcdir/$subdir/syscalls.stp set ok 0 expect { - -timeout 60 -re {[0-9]* kernel.function[^\r]*\r} { incr ok; exp_continue } + -timeout 240 + -re {[0-9]* kernel.function[^\r]*\r} { incr ok; exp_continue } timeout { fail "$test (timeout)" } eof { } } |