Skip to content

Commit

Permalink
fix: Update instance creation max wait time from 5 to 10 minutes
Browse files Browse the repository at this point in the history
Since the time used to finalize the instance creation may
be beyond 5 minutes, this updates the max wait time to 10 minutes to
avoid the GitHub workflow to incorrectly timeout.
  • Loading branch information
jcfr committed Jun 20, 2024
1 parent aae35a4 commit fd44ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
echo Polling "$INSTANCE_NAME" setup status
max_wait_time=300 # Maximum wait time in seconds (300s -> 5mins)
max_wait_time=600 # Maximum wait time in seconds (600s -> 10mins)
wait_interval=5 # Interval between status checks in seconds
total_wait_time=0
Expand Down

0 comments on commit fd44ab3

Please sign in to comment.