Skip to content

Commit

Permalink
Increase Roll out timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
  • Loading branch information
collivier authored and martin-mat committed Nov 27, 2024
1 parent 96b1d21 commit 1767207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/workload/compatibility.cr
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ROLLING_VERSION_CHANGE_TEST_NAMES.each do |tn|
# If any containers dont have an update applied, fail
test_passed = false if resp == false

rollout_status = KubectlClient::Rollout.status(resource["kind"], resource["name"], namespace: namespace, timeout: "100s")
rollout_status = KubectlClient::Rollout.status(resource["kind"], resource["name"], namespace: namespace, timeout: "200s")
unless rollout_status
Log.info { "Rollout failed for #{resource["kind"]}/#{resource["name"]} in #{namespace} namespace" }
KubectlClient.describe(resource["kind"], resource["name"], namespace: resource["namespace"], force_output: true)
Expand Down

0 comments on commit 1767207

Please sign in to comment.