Skip to content

Commit

Permalink
Merge pull request openshift#16036 from gabemontero/bump-integration-TO
Browse files Browse the repository at this point in the history
bump integration test TO to 45 min per recent results
  • Loading branch information
smarterclayton authored Aug 29, 2017
2 parents 1e4618f + e0e8c7e commit 47b27d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/test-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ if [[ -z "${OPENSHIFT_SKIP_BUILD-}" ]]; then
fi
os::util::environment::update_path_var

COVERAGE_SPEC=" " DETECT_RACES=false TMPDIR="${BASETMPDIR}" TIMEOUT=30m GOTESTFLAGS="-sub.timeout=120s" "${OS_ROOT}/hack/test-go.sh" "test/integration/runner"
COVERAGE_SPEC=" " DETECT_RACES=false TMPDIR="${BASETMPDIR}" TIMEOUT=45m GOTESTFLAGS="-sub.timeout=120s" "${OS_ROOT}/hack/test-go.sh" "test/integration/runner"

0 comments on commit 47b27d9

Please sign in to comment.