summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.maps/ix_clear.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.maps/ix_clear.exp')
-rw-r--r--testsuite/systemtap.maps/ix_clear.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/systemtap.maps/ix_clear.exp b/testsuite/systemtap.maps/ix_clear.exp
index 0ccc6563..0c6ca6c3 100644
--- a/testsuite/systemtap.maps/ix_clear.exp
+++ b/testsuite/systemtap.maps/ix_clear.exp
@@ -9,10 +9,11 @@ set pass_result {foo\[1\] = 1 1*ERROR: empty aggregate*}
# spawn test
spawn stap $srcdir/$subdir/$test.stp
expect {
+ -timeout 150
$pass_result {
pass "$test passed"
}
- -timeout 30 {
+ timeout {
send "\003"
fail "$test timed out"
}