From: Martin Cermak Date: Fri, 3 Jul 2015 09:00:13 +0000 (+0200) Subject: Extend expect timeout for bz1027459.exp (wrt. Pass 2/syscall.*) X-Git-Tag: release-2.9~192 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=16f3906e0ba53dbd5cf89d727f6625a3980bcafb;p=systemtap.git Extend expect timeout for bz1027459.exp (wrt. Pass 2/syscall.*) --- diff --git a/testsuite/systemtap.base/bz1027459.exp b/testsuite/systemtap.base/bz1027459.exp index f3471a717..593d53331 100644 --- a/testsuite/systemtap.base/bz1027459.exp +++ b/testsuite/systemtap.base/bz1027459.exp @@ -7,7 +7,7 @@ exec touch trace1 spawn stap $srcdir/$subdir/$test.stp set ok 0 expect { - -timeout 60 + -timeout 120 -re {^hi\r\n} { incr ok; exp_continue } timeout { fail "$test (timeout)" } eof { }