summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-06-30 18:24:35 +0300
committerLars Wirzenius <liw@liw.fi>2018-06-30 18:25:23 +0300
commit06df6dbaf576c5f0bc190262ce22b252ae39a64d (patch)
tree9c8315a8c1294cc36d8360c7a9df4dd3c44b4669
parent38f9be4f45fa3b1f9a3411b50193ca64cdfbc7cf (diff)
downloadvmdb2-06df6dbaf576c5f0bc190262ce22b252ae39a64d.tar.gz
Fix: extend smoke test timeout to 5 min
30s was too slow.
-rw-r--r--smoke.yarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoke.yarn b/smoke.yarn
index ce4361c..a2a44d1 100644
--- a/smoke.yarn
+++ b/smoke.yarn
@@ -40,7 +40,7 @@ testing multiple time much faster.
EOF
chmod a+rx run.sh
cat << EOF > expect.txt
- set timeout 30
+ set timeout 300
proc abort {} {
puts "ERROR ERROR\n"
exit 1