Skip to content

Commit

Permalink
Bump job build-and-test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
eric15342335 committed Jun 10, 2024
1 parent 4c6f5ba commit 970e26e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@ name: CI
on:
[push, workflow_dispatch]

#concurrency:
# group: "make"
# cancel-in-progress: false

jobs:
build-and-test:
# runs-on: self-hosted
timeout-minutes: 5
timeout-minutes: 10
runs-on: ${{ matrix.config.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 970e26e

Please sign in to comment.