Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-mann committed Feb 5, 2018
1 parent ace792e commit b95a762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
background: true
- run:
name: Waiting for local server to start
command: $(npm bin)/wait-on http://localhost:2222 --interval 1000 --timeout 120000
command: $(npm bin)/wait-on http://localhost:2222 --interval 1000 --timeout 180000
- run:
name: Running Cypress tests
command: |
Expand Down

0 comments on commit b95a762

Please sign in to comment.