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:
parent
34bc1b54db
commit
4ee715790b
|
@ -549,7 +549,7 @@ public class TestBlockingBuffer extends AbstractTestObject {
|
||||||
|
|
||||||
private void delay() {
|
private void delay() {
|
||||||
try {
|
try {
|
||||||
Thread.sleep( 100 );
|
Thread.sleep( 200 );
|
||||||
}
|
}
|
||||||
catch( InterruptedException e ) {
|
catch( InterruptedException e ) {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue