Skip to content

Commit

Permalink
move sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
clmedders committed Jul 18, 2024
1 parent fd270e0 commit 218aff5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ jobs:
when: on_fail
- store_artifacts:
path: testing/cypress/screenshots
- run:
name: "Delay tests"
command: |
sleep 30
deploy:
docker:
- image: cimg/base:stable
Expand Down Expand Up @@ -329,8 +333,6 @@ workflows:
- test
requires:
- post-deploy-upkeep
run: |
sleep 30
deploy-prod-workflow:
when:
and:
Expand Down

0 comments on commit 218aff5

Please sign in to comment.