We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149d94c commit 08500f6Copy full SHA for 08500f6
.github/workflows/build.scala_test.yml
@@ -90,7 +90,7 @@ jobs:
90
scala_test:
91
runs-on: ${{ inputs.runs_on }}
92
name: ${{ inputs.test_name }} (${{ matrix.runner-index }})
93
- timeout-minutes: 45
+ timeout-minutes: 60 # TODO(#3202): Investigate, and reduce back
94
permissions:
95
id-token: write # Required for GCP Workload Identity for failure notifications
96
contents: read
.github/workflows/build.scala_test_for_compose.yml
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
- timeout-minutes: 35
+ timeout-minutes: 45 # TODO(#3202): Investigate, and reduce back
60
61
62
0 commit comments