Skip to content

Commit

Permalink
increase sleep to make sure VM is available
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj committed May 24, 2024
1 parent 9c94e0b commit efb7a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy-obscuro-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# To overcome issues with critical VM resources being unavailable, we need to wait for the VM to be ready
- name: 'Allow time for VM initialization'
shell: bash
run: sleep 30
run: sleep 120

- name: 'Start Ten gateway on Azure'
uses: azure/CLI@v1
Expand Down

0 comments on commit efb7a4c

Please sign in to comment.