Skip to content

Commit

Permalink
Increase cluster provisioning timeout (#1820)
Browse files Browse the repository at this point in the history
increase provisioning timeout
  • Loading branch information
bdattoma authored Sep 17, 2024
1 parent 2627f72 commit c7f1187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ods_ci/tasks/Resources/Provisioning/Hive/provision.robot
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Create Floating IPs
Export Variables From File ${fips_file_to_export}

Watch Hive Install Log
[Arguments] ${pool_name} ${namespace} ${hive_timeout}=70m
[Arguments] ${pool_name} ${namespace} ${hive_timeout}=80m
${label_selector} = Set Variable hive.openshift.io/cluster-deployment-name=${cluster_name}
IF ${use_cluster_pool}
${label_selector} = Set Variable hive.openshift.io/clusterpool-name=${pool_name}
Expand Down

0 comments on commit c7f1187

Please sign in to comment.