Increasing polling interval for e2e tests even more

This commit is contained in:
Marcin Grzejszczak
2015-12-21 13:39:30 +01:00
parent de1021e20c
commit fae2c5d1b5

View File

@@ -6,7 +6,7 @@ mkdir -p target
SCRIPT_URL="https://raw.githubusercontent.com/spring-cloud-samples/brewery/master/acceptance-tests/scripts/runDockerAcceptanceTests.sh"
AT_WHAT_TO_TEST="EUREKA"
TEST_OPTS="-Dpresenting.poll.interval=3"
TEST_OPTS="-Dpresenting.poll.interval=5"
cd target