File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments