Skip to content

Commit

Permalink
More tight timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
jaggededgedjustice committed Feb 25, 2021
1 parent 1cef9aa commit 03619d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/GNU.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03619d8

Please sign in to comment.