Skip to content

Commit 9b7b327

Browse files
committed
Update tests job timeout from 30 to 60 minutes
1 parent f919426 commit 9b7b327

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
test:
3131
runs-on: ubuntu-latest
32-
timeout-minutes: 30
32+
timeout-minutes: 60
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v4

0 commit comments

Comments
 (0)