Skip to content

Commit 0bba5cb

Browse files
committed
increase timeout for docker tests
1 parent 5502a29 commit 0bba5cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ steps:
7575
config: docker/buildkite/docker-compose.yaml
7676

7777
- label: ":java: Unit test with docker services sticky on"
78-
timeout_in_minutes: 30
78+
timeout_in_minutes: 50 # integration tests take longer
7979
retry:
8080
automatic:
8181
- exit_status: "*"
@@ -95,7 +95,7 @@ steps:
9595
config: docker/buildkite/docker-compose.yaml
9696

9797
- label: ":java: Unit test with docker services sticky off"
98-
timeout_in_minutes: 30
98+
timeout_in_minutes: 50 # integration tests take longer
9999
retry:
100100
automatic:
101101
- exit_status: "*"

0 commit comments

Comments
 (0)