From: Jim Meyering Date: Wed, 22 Dec 2010 09:29:30 +0000 (+0100) Subject: tests: mv/i-3: avoid false-positive failure on a slow/busy system X-Git-Tag: v8.8~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a300cfd43ccb3f48f5110a2abf6fe234fece3dc3;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/tests/mv/i-3 b/tests/mv/i-3 index 983aad9452..7b77273c9b 100755 --- a/tests/mv/i-3 +++ b/tests/mv/i-3 @@ -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