Skip to content

Commit

Permalink
no sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
tpmcgowan committed Sep 22, 2023
1 parent 6e829df commit ab94cd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ jobs:
name: Run wiremock
command: java -jar wiremock.jar --port 9091
background: true
- run:
name: Wait for wiremock to start
command: sleep 10
# - run:
# name: Wait for wiremock to start
# command: sleep 10
- run:
name: Run the node app.
command: npm run start-feature
Expand Down

0 comments on commit ab94cd9

Please sign in to comment.