mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
More tight timeouts
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user