Skip to content

Commit 62817f0

Browse files
committed
ci: adds step level timeout to integration test.
The job level 'timeout-minutes' value seems to be ignored.
1 parent 6dca7da commit 62817f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integ-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
run: ./gradlew dist --stacktrace -xtest
4242

4343
- name: Integration test
44+
timeout-minutes: 10
4445
run: |
4546
./scripts/docker-build.sh -p false dev
4647
./scripts/integration-tests.sh outofcoffee/imposter:dev

0 commit comments

Comments
 (0)