summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.samples/pfaults.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.samples/pfaults.exp')
-rw-r--r--testsuite/systemtap.samples/pfaults.exp3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/systemtap.samples/pfaults.exp b/testsuite/systemtap.samples/pfaults.exp
index 30599df5..7675078c 100644
--- a/testsuite/systemtap.samples/pfaults.exp
+++ b/testsuite/systemtap.samples/pfaults.exp
@@ -5,9 +5,8 @@ spawn stap -g $srcdir/$subdir/pfaults.stp
set pid $spawn_id
set ok 0
expect {
- -timeout 30
+ -timeout 240
-re {Page fault tracking, start time[^\r\n]+\r\n} { incr ok; exp_continue }
- -timeout 30
-re {Page fault tracking, end time[^\r\n]+\r\n} { incr ok; exp_continue }
timeout { fail "$test (timeout)" }
eof { }