Skip to content

Commit 08500f6

Browse files
committed
[ci] bump CI timeouts
Signed-off-by: Itai Segall <[email protected]>
1 parent 149d94c commit 08500f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.scala_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
scala_test:
9191
runs-on: ${{ inputs.runs_on }}
9292
name: ${{ inputs.test_name }} (${{ matrix.runner-index }})
93-
timeout-minutes: 45
93+
timeout-minutes: 60 # TODO(#3202): Investigate, and reduce back
9494
permissions:
9595
id-token: write # Required for GCP Workload Identity for failure notifications
9696
contents: read

.github/workflows/build.scala_test_for_compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
scala_test:
5757
runs-on: ${{ inputs.runs_on }}
5858
name: ${{ inputs.test_name }} (${{ matrix.runner-index }})
59-
timeout-minutes: 35
59+
timeout-minutes: 45 # TODO(#3202): Investigate, and reduce back
6060
permissions:
6161
id-token: write # Required for GCP Workload Identity for failure notifications
6262
contents: read

0 commit comments

Comments
 (0)