Increased test latch wait time.

This commit is contained in:
Mark Fisher
2008-08-05 16:45:37 +00:00
parent a0b603b0fe
commit 82d353230b

View File

@@ -144,7 +144,7 @@ public class GatewayProxyFactoryBeanTests {
}
});
}
latch.await(5, TimeUnit.SECONDS);
latch.await(10, TimeUnit.SECONDS);
for (int i = 0; i < 100; i++) {
assertEquals("test-" + i + "!!!", results[i]);
}