We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3887f commit ec227eeCopy full SHA for ec227ee
test/lib.bash
@@ -566,7 +566,7 @@ EOF
566
# Make sure the cluster upgrade is run with latest version of Serverless as
567
# the Serverless upgrade tests leave the product at the previous version (after downgrade).
568
approve_csv "$CURRENT_CSV" "$OLM_UPGRADE_CHANNEL"
569
- go_test_e2e -run=TestClusterUpgrade -timeout=220m "${common_opts[@]}" \
+ go_test_e2e -run=TestClusterUpgrade -timeout="${CLUSTER_UPGRADE_TIMEOUT:-300m}" "${common_opts[@]}" \
570
--openshiftimage="${UPGRADE_OCP_IMAGE}" \
571
--upgradeopenshift
572
fi
0 commit comments