From 0a86b79297aae856b9e672f4ca1369d3911280df Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Wed, 5 Oct 2011 12:01:18 +0200 Subject: [PATCH] Extend optionalprobe.exp timeout to 120 seconds. optionalprobe.exp uses tracepoint probes and is the first to do so. Generating the tracepoint cache can take more than 60 seconds on some setups. --- testsuite/systemtap.base/optionalprobe.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/systemtap.base/optionalprobe.exp b/testsuite/systemtap.base/optionalprobe.exp index 9b10177f0..7466c3fac 100644 --- a/testsuite/systemtap.base/optionalprobe.exp +++ b/testsuite/systemtap.base/optionalprobe.exp @@ -1,7 +1,7 @@ set test "optionalprobe" spawn stap -p2 -w $srcdir/$subdir/$test.stp expect { - -timeout 60 + -timeout 120 -re "# probes\r\n" { exp_continue } -re "^begin" { pass $test } eof { fail $test } -- 2.43.5