10000 Added a time limit to the "test" job · IBMZ-Linux-OSS-Python/anyio@19ec194 · GitHub
[go: up one dir, main page]

Skip to content

Commit 19ec194

Browse files
committed
Added a time limit to the "test" job
1 parent 470a987 commit 19ec194

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- os: windows-latest
4040
python-version: "3.11"
4141
runs-on: ${{ matrix.os }}
42+
timeout-minutes: 10
4243
steps:
4344
- uses: actions/checkout@v3
4445
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)
0