Skip to content

Commit

Permalink
increasing time to wait before instance start
Browse files Browse the repository at this point in the history
  • Loading branch information
RudiThoeni committed Dec 7, 2023
1 parent 5e6105a commit 4250125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_calculate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ secrets.AWS_REGION }}

# sometimes we try to log in before the OS is up, so let's wait 20 sec just to be sure
# sometimes we try to log in before the OS is up, so let's wait 60 sec just to be sure
- name: Wait for system to boot
run: sleep 20
run: sleep 60

- name: Deploy / run calculation
uses: noi-techpark/github-actions/docker-deploy@v2
Expand Down

0 comments on commit 4250125

Please sign in to comment.