tests: Bump the timeout to 3 minutes.

There we go again... When hitting a slow CI node, there is again
timeouts when doing the multi-screen tests. As no solution to
bug leading to this has been found, the only thing to do is
increase the timeout.

Hopefully this commit will be reverted soon.
This commit is contained in:
Emmanuel Lepage Vallee 2016-12-01 19:34:46 -05:00
parent 28486527e7
commit 771f5a13c6
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ start_awesome() {
# Count errors. # Count errors.
errors=0 errors=0
# Seconds after when awesome gets killed. # Seconds after when awesome gets killed.
timeout_stale=120 # FIXME This should be no more than 60s timeout_stale=180 # FIXME This should be no more than 60s
for f in $tests; do for f in $tests; do
echo "== Running $f ==" echo "== Running $f =="