Skip to content

Commit

Permalink
actions: set job timeouts to 30 minutes
Browse files Browse the repository at this point in the history
The default timeout is 6 hours, which is too long for autospec's needs.

We could probably lessen the timeout even more, but I want to account
for the possibility of variable network speeds and future bundle size
increases, which may increase runtime of the `docker build` phase of the
testing steps. Long term, it would be nice to ship a prebuilt container
in Dockerhub for autospec CI testing like mixer-tools does.

Signed-off-by: Patrick McCarty <[email protected]>
  • Loading branch information
phmccarty authored and bryteise committed Apr 25, 2020
1 parent 9132981 commit b5212a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
test_style:
runs-on: ubuntu-latest
name: Flake8
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/[email protected]
Expand All @@ -16,6 +17,7 @@ jobs:
test_unit:
runs-on: ubuntu-latest
name: Unit
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down

0 comments on commit b5212a6

Please sign in to comment.