mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
More tight timeouts
This commit is contained in:
parent
1cef9aa046
commit
03619d867e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/GNU.yml
vendored
2
.github/workflows/GNU.yml
vendored
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue