]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: mv/i-3: avoid false-positive failure on a slow/busy system
authorJim Meyering <meyering@redhat.com>
Wed, 22 Dec 2010 09:29:30 +0000 (10:29 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 22 Dec 2010 09:29:30 +0000 (10:29 +0100)
* tests/mv/i-3: Quadruple the timeout duration.
Without this, I saw an expired timeout on a heavily-loaded system.

tests/mv/i-3

index 983aad9452d36852b6419c1d6fe508b44fe79bf3..7b77273c9b2761cb71129174d8d694542c8546c6 100755 (executable)
@@ -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