Skip to content

Commit

Permalink
re-add delay to ensure cloud status properly updated
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbentrup committed Dec 20, 2021
1 parent 9f2c514 commit 6847684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
# even if creation fails, it will still be caught by other tests so add `|| :`
~/.magento-cloud/bin/magento-cloud environment:branch --force -p "$MCE_PROJECT_ID" -e master "$GITHUB_RUN_ID" || :
# add sleep to ensure creation of env but may fail due to timeout
# sleep 300
sleep 300
# bash 5.0 doesn't properly read multiline input from stdin
- name: update bash
run: |
Expand Down

0 comments on commit 6847684

Please sign in to comment.