From 46abbf33eacb7fa25637a7be3a83c3a79ddd7891 Mon Sep 17 00:00:00 2001 From: dwilder Date: Wed, 25 Apr 2007 17:31:01 +0000 Subject: Increased timeout to fix intermittent test failures on s390x --- testsuite/systemtap.samples/profile.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/systemtap.samples') 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 { } } -- cgit