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