Skip to content

Commit 94fe8d6

Browse files
authored
fix: increase Build & Test timeout from 20 to 35 minutes (#1267)
The hardening PR (#1262) set timeout-minutes: 20, but the un-sharded `make test` step on develop pushes consistently takes ~25 minutes. This caused every develop push since the hardening to be cancelled. Co-authored-by: Ben Coombs <bjcoombs@users.noreply.github.com>
1 parent 76f013a commit 94fe8d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
build:
2626
name: Build Docker Image
2727
runs-on: ubuntu-latest
28-
timeout-minutes: 20
28+
timeout-minutes: 35
2929

3030
steps:
3131
- name: Checkout code

0 commit comments

Comments
 (0)