tests: tests/run.sh: timeout after 30 seconds (#2083)
This commit is contained in:
parent
fbb5766359
commit
a5e00347e1
|
@ -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 =="
|
||||
|
|
Loading…
Reference in New Issue