Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
List of MorphoCloudWorkflow changes:

```
$ git shortlog 77076cf..76aad0e --no-merges
Jean-Christophe Fillion-Robin (1):
      fix(create-instance): Update instance polling timeout to 20mins
```

See MorphoCloud/MorphoCloudWorkflow@77076cf...76aad0e
  • Loading branch information
jcfr committed Nov 26, 2024
1 parent bd8ee90 commit 1529b7a
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 @@ -319,7 +319,7 @@ jobs:
echo Polling "$INSTANCE_NAME" setup status
max_wait_time=900 # Maximum wait time in seconds (900s -> 15mins)
max_wait_time=1200 # Maximum wait time in seconds (1200s -> 20mins)
wait_interval=5 # Interval between status checks in seconds
total_wait_time=0
Expand Down

0 comments on commit 1529b7a

Please sign in to comment.