From 35c0476c86a6913208e84733d8f339f0c886c96c Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Wed, 7 Sep 2016 00:40:30 -0400 Subject: [PATCH] tests: Increase time limit to 120 seconds The "test launching client on a specific screen" suit is very slow. However, it is also necessary to avoid issues such as #1069 or #154 from regressing again. This is a temporary fix until a faster test client "daemon" is developped. --- tests/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run.sh b/tests/run.sh index 51702184..b04d62c6 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -194,7 +194,7 @@ start_awesome() { # Count errors. errors=0 # Seconds after when awesome gets killed. -timeout_stale=60 +timeout_stale=120 # FIXME This should be no more than 60s for f in $tests; do echo "== Running $f =="