diff options
Diffstat (limited to 'testsuite/systemtap.base/optim.exp')
-rw-r--r-- | testsuite/systemtap.base/optim.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.base/optim.exp b/testsuite/systemtap.base/optim.exp index 41e22d7a..23735af6 100644 --- a/testsuite/systemtap.base/optim.exp +++ b/testsuite/systemtap.base/optim.exp @@ -3,7 +3,7 @@ if {![installtest_p]} { untested $test; return } spawn stap $srcdir/$subdir/optim.stp set ok 0 expect { - -timeout 30 + -timeout 120 -re {i=1} { incr ok } timeout { fail "$test (timeout)" } eof { } |