Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit c1d5112

Browse files
author
Michael Weber
committed
Increase CI timeout for Splunk container
1 parent 3802710 commit c1d5112

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ jobs:
2424
command: make lint
2525
- run:
2626
name: Wait for Splunk Container
27-
command: curl -4sSk --retry 40 --retry-connrefused --retry-delay 3 -o /dev/null ${SPLUNK_ADDR}
27+
command: |
28+
curl -4sSk --retry 40 --retry-connrefused --retry-delay 3 -o /dev/null ${SPLUNK_ADDR}
29+
sleep 5
30+
curl -4sSk --retry 40 --retry-connrefused --retry-delay 3 -o /dev/null ${SPLUNK_ADDR}
2831
- run:
2932
name: Test
3033
command: make test TESTREPORT=test-results/go/results.xml

0 commit comments

Comments
 (0)