Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit ef4b021

Browse files
author
Chris Wiechmann
authored
Merge pull request #11 from Axway-API-Management-Plus/test-branch
Update README.md
2 parents 4d5ead5 + 7758690 commit ef4b021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/traffic-monitor-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
uses: nyaruka/elasticsearch-action@v1
3434
with:
3535
elastic version: '7.6.1'
36-
- name: Sleep 30 seconds to make sure ES is ready
36+
- name: Sleep 15 seconds to make sure ES is ready
3737
uses: jakejarvis/wait-action@master
3838
with:
39-
time: '30s'
39+
time: '15s'
4040
- name: Run npm ci, npm test
4141
working-directory: ${{env.workingDirectory}}
4242
env:

0 commit comments

Comments
 (0)