summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.samples/poll_map.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.samples/poll_map.exp')
-rw-r--r--testsuite/systemtap.samples/poll_map.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.samples/poll_map.exp b/testsuite/systemtap.samples/poll_map.exp
index 6e26380a..5ade48e6 100644
--- a/testsuite/systemtap.samples/poll_map.exp
+++ b/testsuite/systemtap.samples/poll_map.exp
@@ -4,7 +4,7 @@ if {![installtest_p]} { untested $test; return }
spawn stap -g $srcdir/$subdir/poll_map.stp
set ok 0
expect {
- -timeout 90
+ -timeout 400
-ex "SUCCESS" { incr ok }
timeout { fail "$test (timeout)" }
eof { }