summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2019-10-04 20:50:30 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-10-04 14:50:29 -0400
commit9049213867d30f7df090a83b6baf3e0717a4d2d2 (patch)
treecac0141fe840b3fe98b15c89b8754682ff461d8e
parentddcad56ee9bc762171fd88585fd7ab3e3da19e1e (diff)
add timeout to CI (#3061)
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f4014c9bb..d82914a48 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -6,6 +6,7 @@ jobs:
build:
name: ${{ matrix.kind }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
+ timeout-minutes: 60
strategy:
matrix:
os: [macOS-10.14, windows-2016, ubuntu-16.04]