From 06df6dbaf576c5f0bc190262ce22b252ae39a64d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 30 Jun 2018 18:24:35 +0300 Subject: Fix: extend smoke test timeout to 5 min 30s was too slow. --- smoke.yarn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1