Skip to content

Commit 69d5776

Browse files
Increase timeout for bisect (#175)
1 parent ddf968b commit 69d5776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildBisect.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run-bisect:
4141
runs-on: ubuntu-22.04
4242
continue-on-error: false
43-
timeout-minutes: 60
43+
timeout-minutes: 600
4444
steps:
4545
- name: "Git Checkout"
4646
uses: actions/checkout@v3

0 commit comments

Comments
 (0)