Skip to content

Commit 2de3f69

Browse files
authored
fix: Bump Tests action timeout to 15 mins (#2040)
1 parent 28ceaae commit 2de3f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: 'npm run test-clean-tree'
4141
integration:
4242
runs-on: ubuntu-latest
43-
timeout-minutes: 10
43+
timeout-minutes: 15
4444
steps:
4545
- uses: actions/checkout@v5
4646
- name: Use Node.js

0 commit comments

Comments
 (0)