Skip to content

Commit

Permalink
CI: lower job timeout to 90 minutes (#2796)
Browse files Browse the repository at this point in the history
Some integration tests fail due to hanging client-server comunication.
This PR lowers the timeout form 360 to 90 minutes, to detect failing CI
runs earlier.

Pull request: #2796
  • Loading branch information
lefou authored Sep 29, 2023
1 parent 1d2ba27 commit 5b5a376
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-mill-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,16 @@ on:
continue-on-error:
default: false
type: boolean
timeout-minutes:
default: 90
type: number

jobs:
build:

runs-on: ${{ inputs.os }}
continue-on-error: ${{ inputs.continue-on-error }}
timeout-minutes: ${{ inputs.timeout-minutes }}

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

0 comments on commit 5b5a376

Please sign in to comment.