mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +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
|
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
|
#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}"
|
test -f "${BUILDDIR}/getlimits" || cp src/getlimits "${BUILDDIR}"
|
||||||
- name: Run GNU tests
|
- name: Run GNU tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue