Skip to content

Commit 44e8ccc

Browse files
sebsotoopenshift-cherrypick-robot
authored andcommitted
Increase network test timeout
The network test being killed before all tests complete results in the Windows packet capture not running. This is necessary in order to debug networking issues. This commit increases the timeout to be greater than the sum of the timeouts of all subtests which are prone to failure. This timeout can be increased further in the future if necessary.
1 parent fdd8181 commit 44e8ccc

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)