aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2021-01-31 13:58:07 +0100
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2021-02-03 17:52:25 +0100
commitfed95c2802fbfe4981442eb3a9aaadf28e0edb37 (patch)
treecb9c153cb59fc0d797f1c94026875ea5236d6d73
parenttests: improve check for sound capabilities (#3929) (diff)
downloadfirejail-fed95c2802fbfe4981442eb3a9aaadf28e0edb37.tar.gz
firejail-fed95c2802fbfe4981442eb3a9aaadf28e0edb37.tar.zst
firejail-fed95c2802fbfe4981442eb3a9aaadf28e0edb37.zip
tests: increase shutdown timeout a bit
in Debian CI and during local tests I ran into the timeout (cherry picked from commit 04ce86d0180b945e0495bd02a8f6eab9b97cdff2)
-rwxr-xr-xtest/utils/shutdown.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/shutdown.exp b/test/utils/shutdown.exp
index 0f6cab8bb..0867970a1 100755
--- a/test/utils/shutdown.exp
+++ b/test/utils/shutdown.exp
@@ -3,7 +3,7 @@
3# Copyright (C) 2014-2020 Firejail Authors 3# Copyright (C) 2014-2020 Firejail Authors
4# License GPL v2 4# License GPL v2
5 5
6set timeout 10 6set timeout 15
7cd /home 7cd /home
8spawn $env(SHELL) 8spawn $env(SHELL)
9match_max 100000 9match_max 100000