Skip to content

Commit 0a2c4f3

Browse files
authored
bump CI timeouts (#3203)
Signed-off-by: Itai Segall <itai.segall@digitalasset.com>
1 parent 149d94c commit 0a2c4f3

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(#3013): 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(#3013): 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)