summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.samples
diff options
context:
space:
mode:
authordwilder <dwilder>2007-04-25 17:31:01 +0000
committerdwilder <dwilder>2007-04-25 17:31:01 +0000
commit46abbf33eacb7fa25637a7be3a83c3a79ddd7891 (patch)
tree816fe503f61a0921ea53266525d338bd22d7ff03 /testsuite/systemtap.samples
parentffa0216ffef940d174adeaa8e17adb1fd9b95d0f (diff)
downloadsystemtap-steved-46abbf33eacb7fa25637a7be3a83c3a79ddd7891.tar.gz
systemtap-steved-46abbf33eacb7fa25637a7be3a83c3a79ddd7891.tar.xz
systemtap-steved-46abbf33eacb7fa25637a7be3a83c3a79ddd7891.zip
Increased timeout to fix intermittent test failures on s390x
Diffstat (limited to 'testsuite/systemtap.samples')
-rw-r--r--testsuite/systemtap.samples/profile.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.samples/profile.exp b/testsuite/systemtap.samples/profile.exp
index 39b4587f..f1dc1b79 100644
--- a/testsuite/systemtap.samples/profile.exp
+++ b/testsuite/systemtap.samples/profile.exp
@@ -4,7 +4,7 @@ if {![installtest_p]} { untested $test; return }
spawn stap $srcdir/$subdir/profile.stp
set ok 0
expect {
- -timeout 30 -re {kernel.function[^\r]*ttime=[0-9]*\r} { incr ok; exp_continue }
+ -timeout 60 -re {kernel.function[^\r]*ttime=[0-9]*\r} { incr ok; exp_continue }
timeout { fail "$test (timeout)" }
eof { }
}