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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user