Skip to content

Commit

Permalink
Set timeout for all tests: 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed Jan 15, 2020
1 parent 69db1c3 commit c392387
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/tests.yml
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build-linux:
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 10

strategy:
fail-fast: false
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
build-mac:
runs-on: macos-latest
timeout-minutes: 5
timeout-minutes: 10

steps:
- uses: actions/checkout@v1
Expand All @@ -71,7 +71,7 @@ jobs:
build-win:
runs-on: windows-latest
timeout-minutes: 5
timeout-minutes: 10

strategy:
fail-fast: false
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
build-wasi:
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 10

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
build-ios:
runs-on: macos-latest
timeout-minutes: 5
timeout-minutes: 10

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
build-raspberry:
runs-on: [self-hosted, linux, ARM]
if: "false" # TODO: implement QEMU-based RPi build/test environment
timeout-minutes: 5
timeout-minutes: 10

strategy:
fail-fast: false
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
build-platformio:
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 10

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
build-platformio-arm:
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 10

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
build-platformio-riscv:
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 10

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
build-esp32-idf:
runs-on: ubuntu-latest
container: igrr/idf-qemu:release-v4.0-esp-develop-20191228
timeout-minutes: 5
timeout-minutes: 10

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit c392387

Please sign in to comment.