Skip to content

Commit ec227ee

Browse files
authored
Longer timeout for cluster upgrades (#3928)
1 parent 3b3887f commit ec227ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ EOF
566566
# Make sure the cluster upgrade is run with latest version of Serverless as
567567
# the Serverless upgrade tests leave the product at the previous version (after downgrade).
568568
approve_csv "$CURRENT_CSV" "$OLM_UPGRADE_CHANNEL"
569-
go_test_e2e -run=TestClusterUpgrade -timeout=220m "${common_opts[@]}" \
569+
go_test_e2e -run=TestClusterUpgrade -timeout="${CLUSTER_UPGRADE_TIMEOUT:-300m}" "${common_opts[@]}" \
570570
--openshiftimage="${UPGRADE_OCP_IMAGE}" \
571571
--upgradeopenshift
572572
fi

0 commit comments

Comments
 (0)