aboutsummaryrefslogtreecommitdiffstats
path: root/test/network/iprange.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/network/iprange.exp')
-rwxr-xr-xtest/network/iprange.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/network/iprange.exp b/test/network/iprange.exp
index 232cb9bbc..227fc58cb 100755
--- a/test/network/iprange.exp
+++ b/test/network/iprange.exp
@@ -29,9 +29,9 @@ expect {
29 timeout {puts "TESTING ERROR 3\n";exit} 29 timeout {puts "TESTING ERROR 3\n";exit}
30 "Child process initialized" 30 "Child process initialized"
31} 31}
32sleep 1 32after 100
33send -- "exit\r" 33send -- "exit\r"
34sleep 2 34sleep 1
35 35
36send -- "firejail --profile=iprange.profile\r" 36send -- "firejail --profile=iprange.profile\r"
37expect { 37expect {
@@ -55,9 +55,9 @@ expect {
55 timeout {puts "TESTING ERROR 8\n";exit} 55 timeout {puts "TESTING ERROR 8\n";exit}
56 "Child process initialized" 56 "Child process initialized"
57} 57}
58sleep 1 58after 100
59send -- "exit\r" 59send -- "exit\r"
60sleep 2 60sleep 1
61 61
62 62
63 63