mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
Shorten the timeout on seq-precision
This commit is contained in:
parent
dc49415829
commit
b19afebad8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/GNU.yml
vendored
2
.github/workflows/GNU.yml
vendored
|
@ -77,7 +77,7 @@ jobs:
|
|||
sed -i -e "s|truncate |$(which truncate) |" tests/split/fail.sh
|
||||
|
||||
#Add specific timeout to seq-precision.sh because otherwise seq will fill logs and cause something to jam in make
|
||||
sed -i -e "s| seq |$(which timeout) 1 seq |" tests/misc/seq-precision.sh
|
||||
sed -i -e "s| seq |$(which timeout) 0.1 seq |" tests/misc/seq-precision.sh
|
||||
|
||||
test -f "${BUILDDIR}/getlimits" || cp src/getlimits "${BUILDDIR}"
|
||||
- name: Run GNU tests
|
||||
|
|
Loading…
Reference in a new issue