Made tests pass in parallel

This commit is contained in:
Marcin Grzejszczak
2017-01-14 22:08:34 +01:00
parent fca7e1935f
commit edf30b73d6
4 changed files with 10 additions and 9 deletions

View File

@@ -79,7 +79,7 @@ class StubRunnerSpringCloudEurekaAutoConfigurationSpec extends Specification {
System.clearProperty("stubrunner.stubs.classifier")
}
PollingConditions conditions = new PollingConditions(timeout: 40, delay: 1)
PollingConditions conditions = new PollingConditions(timeout: 240, delay: 1)
def 'should make service discovery work'() {
expect: 'WireMocks are running'