aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest/sysutils/wget.exp2
-rwxr-xr-xtest/utils/build.exp3
2 files changed, 4 insertions, 1 deletions
diff --git a/test/sysutils/wget.exp b/test/sysutils/wget.exp
index 7f994ff81..26756eeb2 100755
--- a/test/sysutils/wget.exp
+++ b/test/sysutils/wget.exp
@@ -3,7 +3,7 @@
3# Copyright (C) 2014-2023 Firejail Authors 3# Copyright (C) 2014-2023 Firejail Authors
4# License GPL v2 4# License GPL v2
5 5
6set timeout 10 6set timeout 30
7spawn $env(SHELL) 7spawn $env(SHELL)
8match_max 100000 8match_max 100000
9 9
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}