diff options
Diffstat (limited to 'testsuite/systemtap.samples/arith.exp')
-rw-r--r-- | testsuite/systemtap.samples/arith.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.samples/arith.exp b/testsuite/systemtap.samples/arith.exp index cd00ab71..c4f72793 100644 --- a/testsuite/systemtap.samples/arith.exp +++ b/testsuite/systemtap.samples/arith.exp @@ -4,7 +4,7 @@ if {![installtest_p]} { untested $test; return } spawn stap -DMAXNESTING=5 $srcdir/$subdir/arith.stp set ok 0 expect { - -timeout 30 + -timeout 150 -re {passes: [0-9]* failures: 0} { incr ok } timeout { fail "$test (timeout)" } eof { } |