Skip to content

Commit 68adc85

Browse files
Merge pull request #3474 from openshift-cherrypick-robot/cherry-pick-3470-to-release-4.17
[release-4.17] Increase network test timeout
2 parents ddf449b + 44e8ccc commit 68adc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/run-ci-e2e-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ if [[ "$TEST" = "all" || "$TEST" = "basic" ]]; then
197197
printf "\n####### Testing image mirroring #######\n" >> "$ARTIFACT_DIR"/wmco.log
198198
go test ./test/e2e/... -run=TestWMCO/image_mirroring -v -timeout=10m -args $GO_TEST_ARGS
199199
printf "\n####### Testing network #######\n" >> "$ARTIFACT_DIR"/wmco.log
200-
go test ./test/e2e/... -run=TestWMCO/network -v -timeout=20m -args $GO_TEST_ARGS
200+
go test ./test/e2e/... -run=TestWMCO/network -v -timeout=40m -args $GO_TEST_ARGS
201201
printf "\n####### Testing storage #######\n" >> "$ARTIFACT_DIR"/wmco.log
202202
go test ./test/e2e/... -run=TestWMCO/storage -v -timeout=10m -args $GO_TEST_ARGS
203203
printf "\n####### Testing service reconciliation #######\n" >> "$ARTIFACT_DIR"/wmco.log

0 commit comments

Comments
 (0)