Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
sleep for 60 seconds whilst we wait for the site to be ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Champion authored and JakeChampion committed Oct 1, 2019
1 parent 3c86ae3 commit 4d08862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
background: true
- run:
name: Wait for site to be ready
command: sleep 5
command: sleep 60
- run:
name: Run Pa11y tests
command: make test
Expand Down

0 comments on commit 4d08862

Please sign in to comment.