Skip to content

Commit 1ed9f00

Browse files
committed
longer time out
1 parent 100303b commit 1ed9f00

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/actions/ci/action.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ runs:
3030
shell: bash
3131
run: bundle exec rubocop --parallel
3232

33+
- name: Build contract tests
34+
shell: bash
35+
run: make build-contract-tests
36+
37+
- name: Start contract test service
38+
shell: bash
39+
run: make start-contract-test-service-bg
40+
3341
- name: Run contract tests
3442
shell: bash
35-
run: make contract-tests
43+
run: TEST_HARNESS_PARAMS="-status-timeout 240" make contract-tests

0 commit comments

Comments
 (0)