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