summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.context/num_args.tcl
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-04-01 12:31:50 +0200
committerMark Wielaard <mjw@redhat.com>2009-04-01 19:07:42 +0200
commitf34b7eea333adc0bc9dc8e51445c2bbc39e9bc82 (patch)
tree566d0398fb97dc7c8bdd2793f16f48252fb33403 /testsuite/systemtap.context/num_args.tcl
parenta63eb2802d09a6e004173cfbbb0bb9fdf8b486b9 (diff)
downloadsystemtap-steved-f34b7eea333adc0bc9dc8e51445c2bbc39e9bc82.tar.gz
systemtap-steved-f34b7eea333adc0bc9dc8e51445c2bbc39e9bc82.tar.xz
systemtap-steved-f34b7eea333adc0bc9dc8e51445c2bbc39e9bc82.zip
testsuite/systemtap.context/*.tcl: Don't wait 4 whole minutes for timeout.
Diffstat (limited to 'testsuite/systemtap.context/num_args.tcl')
-rw-r--r--testsuite/systemtap.context/num_args.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.context/num_args.tcl b/testsuite/systemtap.context/num_args.tcl
index 7d12b433..62ac8dd3 100644
--- a/testsuite/systemtap.context/num_args.tcl
+++ b/testsuite/systemtap.context/num_args.tcl
@@ -3,7 +3,7 @@ foreach arglist $arglists {
set tag [concat numeric $arglist]
eval spawn stap $arglist $srcdir/$subdir/num_args.stp
expect {
- -timeout 240
+ -timeout 60
"READY" {
exec echo 1 > /proc/stap_test_cmd
expect {