Update timeout for travis
This commit is contained in:
@@ -117,7 +117,7 @@ public class ConsulPropertySourceLocatorTests {
|
||||
this.client.setKVValue(KEY, "testPropValUpdate");
|
||||
|
||||
TestRefreshEndpoint endpoint = this.context.getBean(TestRefreshEndpoint.class);
|
||||
boolean receivedEvent = endpoint.successLatch.await(60, TimeUnit.SECONDS);
|
||||
boolean receivedEvent = endpoint.successLatch.await(3, TimeUnit.MINUTES);
|
||||
assertThat("listener didn't receive event", receivedEvent, is(true));
|
||||
|
||||
testProp = this.environment.getProperty("testProp");
|
||||
|
||||
Reference in New Issue
Block a user