Skip to content

Commit

Permalink
improve the timeout to avoid the error caused by it. (#909)
Browse files Browse the repository at this point in the history
* improve the timeout to avoid the error caused by it.

* make the timeout even higher to avoid the timeout
  • Loading branch information
Stevengre authored Dec 10, 2024
1 parent eb61949 commit 6302093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-expected-output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: github.ref != 'refs/heads/master'
name: 'Update Kontrol expected output'
runs-on: [self-hosted, linux, normal, fast]
timeout-minutes: 90
timeout-minutes: 180
steps:
- name: 'Check out code'
uses: actions/checkout@v4
Expand Down

0 comments on commit 6302093

Please sign in to comment.