Skip to content

Commit

Permalink
Increase timeout in example_ec2 system test when hibernating an ins…
Browse files Browse the repository at this point in the history
…tance (#36114)
  • Loading branch information
vincbeck authored Dec 7, 2023
1 parent 7329e9e commit abdd045
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/system/providers/amazon/aws/example_ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ def parse_response(instance_ids: list):
)
# [END howto_operator_ec2_hibernate_instance]
hibernate_instance.wait_for_completion = True
hibernate_instance.max_attempts = 75
hibernate_instance.poll_interval = 60
hibernate_instance.max_attempts = 40

# [START howto_operator_ec2_terminate_instance]
terminate_instance = EC2TerminateInstanceOperator(
Expand Down

0 comments on commit abdd045

Please sign in to comment.