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

Commit 7758690

Browse files
author
Chris Wiechmann
committed
Another commit to test-branch
1 parent d9b862a commit 7758690

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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:

elk-traffic-monitor-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ To implement the required API an API-First approach has been used:
1616
- Query Elasticsearch
1717
- Format and return the response in the way it is expected
1818

19-
Documenting this API-Builder project is still in progress
19+
Documenting this API-Builder project is still in progress

0 commit comments

Comments
 (0)