summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.samples/symbols.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.samples/symbols.exp')
-rw-r--r--testsuite/systemtap.samples/symbols.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.samples/symbols.exp b/testsuite/systemtap.samples/symbols.exp
index 52e90e93..0c599b58 100644
--- a/testsuite/systemtap.samples/symbols.exp
+++ b/testsuite/systemtap.samples/symbols.exp
@@ -4,7 +4,7 @@ if {![installtest_p]} { untested $test; return }
spawn stap -g $srcdir/$subdir/symbols.stp
set ok 0
expect {
- -timeout 30
+ -timeout 120
-re { 0x[a-f0-9]+[^\r]*\r} { incr ok; exp_continue }
timeout { fail "$test (timeout)" }
eof { }