aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils')
-rwxr-xr-xtest/utils/build.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/utils/build.exp b/test/utils/build.exp
index e1ea6af69..c550675c5 100755
--- a/test/utils/build.exp
+++ b/test/utils/build.exp
@@ -94,6 +94,9 @@ expect {
94} 94}
95after 100 95after 100
96 96
97# increase the timeout for remote services
98set timeout 30
99
97send -- "firejail --build wget --output-document=~ debian.org\r" 100send -- "firejail --build wget --output-document=~ debian.org\r"
98expect { 101expect {
99 timeout {puts "TESTING ERROR 13\n";exit} 102 timeout {puts "TESTING ERROR 13\n";exit}