[ci] limit CI runs to 40 minutes

This commit is contained in:
Mark Spanbroek 2022-05-18 10:15:17 +02:00 committed by markspanbroek
parent dcf3d485c4
commit 2992229c3a
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ jobs:
builder: windows-2019
name: '${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ matrix.branch }}'
runs-on: ${{ matrix.builder }}
timeout-minutes: 40
steps:
- name: Checkout nim-codex
uses: actions/checkout@v2