summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-11-11 01:12:43 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2020-11-11 01:12:43 +0100
commita6817ed4bd2e9772f5dfe38c4c8157ff5a0a2401 (patch)
tree0d8a93c191dd022e92fe2e648644de0d9ff45032
parentfbec5bfe5b115075be37a820465891dffdf2b9cc (diff)
downloadpsutil-a6817ed4bd2e9772f5dfe38c4c8157ff5a0a2401.tar.gz
fix actions.yml
-rw-r--r--.github/workflows/build_wheel.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml
index 9765f43f..157e4be0 100644
--- a/.github/workflows/build_wheel.yml
+++ b/.github/workflows/build_wheel.yml
@@ -6,7 +6,7 @@ jobs:
wheel:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
- timeout: 30
+ timeout-minutes: 30
strategy:
fail-fast: false # whether to exit the whole run on first failure
matrix: