Try to fix JDK 1.6 gump instance failure by increasing the delay - testBlockedRemoveWithAddAll2 failed with the message "Both objects were removed expected:<0> but was:<1>"

see http://gump.zones.apache.org/gump/test/apache-commons/commons-collections/gump_work/build_apache-commons_commons-collections.html

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@645800 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Niall Kegan Pemberton 2008-04-08 09:01:52 +00:00
parent 34bc1b54db
commit 4ee715790b
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ public class TestBlockingBuffer extends AbstractTestObject {
private void delay() {
try {
Thread.sleep( 100 );
Thread.sleep( 200 );
}
catch( InterruptedException e ) {
}