fix #18178, set a CI timeout for github action pipelines instead of the 6 hour default (#18179)

This commit is contained in:
Timothee Cour
2021-06-05 00:47:28 -07:00
committed by GitHub
parent 9c6259e557
commit b9843b156d
2 changed files with 2 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ jobs:
name: ${{ matrix.target }}
runs-on: ${{ matrix.os }}
timeout-minutes: 60 # refs bug #18178
steps:
- name: 'Checkout'

View File

@@ -11,6 +11,7 @@ jobs:
batch: ["allowed_failures", "0_3", "1_3", "2_3"] # list of `index_num`
name: '${{ matrix.os }} (batch: ${{ matrix.batch }})'
runs-on: ${{ matrix.os }}
timeout-minutes: 60 # refs bug #18178
env:
NIM_TEST_PACKAGES: "1"
NIM_TESTAMENT_BATCH: ${{ matrix.batch }}