1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

tests: mv/i-3: avoid false-positive failure on a slow/busy system

* tests/mv/i-3: Quadruple the timeout duration.
Without this, I saw an expired timeout on a heavily-loaded system.
This commit is contained in:
Jim Meyering
2010-12-22 10:29:30 +01:00
parent 7ca55ef3d1
commit a300cfd43c

View File

@@ -48,7 +48,7 @@ check_overwrite_prompt()
*) sleep $delay; return 1;;
esac
}
retry_delay_ check_overwrite_prompt .1 5 || fail=1
retry_delay_ check_overwrite_prompt .1 7 || fail=1
kill $pid