Skip to content

Commit 95c52ec

Browse files
committed
increase timeout for start --wait
1 parent 96e114f commit 95c52ec

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Check out the repo
4848
uses: actions/[email protected]
4949
- name: Start Streamr Docker Stack
50-
run: make test-docker-dev
50+
run: ./streamr-docker-dev/bin.sh start --wait --timeout 600
5151
- name: Collect docker logs on failure
5252
if: failure()
5353
uses: jwalton/[email protected]

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,3 @@ lint-yaml: $(YAMLLINT)
2121
.PHONY: test-smoke
2222
test-smoke:
2323
docker-compose -f docker-compose.yml -f docker-compose-ci.yml config
24-
25-
.PHONY: test-docker-dev
26-
test-docker-dev:
27-
./streamr-docker-dev/bin.sh start --wait

0 commit comments

Comments
 (0)