Increased polling interval for e2e tests
This commit is contained in:
@@ -6,6 +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"
|
||||
|
||||
cd target
|
||||
|
||||
@@ -13,7 +14,7 @@ curl "${SCRIPT_URL}" --output runDockerAcceptanceTests.sh
|
||||
|
||||
chmod +x runDockerAcceptanceTests.sh
|
||||
|
||||
./runDockerAcceptanceTests.sh -t "${AT_WHAT_TO_TEST}"
|
||||
./runDockerAcceptanceTests.sh -t "${AT_WHAT_TO_TEST}" -o "${TEST_OPTS}"
|
||||
|
||||
SCRIPT_URL="https://raw.githubusercontent.com/spring-cloud-samples/tests/master/scripts/runTests.sh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user