More tight timeouts

This commit is contained in:
James Robson 2021-02-25 18:18:30 +00:00
parent 1cef9aa046
commit 03619d867e

View file

@ -76,7 +76,7 @@ jobs:
sed -i -e "s|truncate |$(which truncate) |" tests/split/fail.sh
#Add specific timeout to tests that currently hang to limit time spent waiting
sed -i -e "s| seq |$(which timeout) 0.1 seq |" tests/misc/seq-precision.sh
sed -i -e "s|seq \\$|$(which timeout) 0.1 seq \$|" tests/misc/seq-precision.sh tests/misc/seq-long-double.sh
sed -i -e "s|cat |$(which timeout) 0.1 cat |" tests/misc/cat-self.sh