From 8ea37776493dec3470b8d13a65a75ac45dfec13d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sun, 24 Dec 2017 00:21:02 +0100 Subject: [PATCH] fix timout --- conf/setup.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/setup.exp b/conf/setup.exp index be9b28c..0712101 100644 --- a/conf/setup.exp +++ b/conf/setup.exp @@ -1,5 +1,5 @@ #!/usr/bin/expect -set timeout 10 +set timeout 20 set cmd [lindex $argv 0] set path [lindex $argv 1]