Skip to content

Commit 416ac72

Browse files
authored
timeout tests after 15 minutes
1 parent 0c277a6 commit 416ac72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
test:
1818
name: Test ${{ inputs.os-family }} ${{ inputs.config }}
1919
runs-on: ${{ inputs.os }}
20+
timeout-minutes: 15
2021
steps:
2122
- name: Harden Runner
2223
if: ${{ inputs.os-family == 'linux' }}

0 commit comments

Comments
 (0)