tests: tests/run.sh: timeout after 30 seconds (#2083)

This commit is contained in:
Daniel Hahler 2017-10-24 00:29:56 +02:00 committed by GitHub
parent fbb5766359
commit a5e00347e1
1 changed files with 1 additions and 1 deletions

View File

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