Skip to content

Commit

Permalink
Refactor : update the timeout for dependencies check (#33778)
Browse files Browse the repository at this point in the history
  • Loading branch information
taojintianxia authored Nov 24, 2024
1 parent 0387788 commit 30f63c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
name: Check - Dependency Convergence
needs: global-environment
runs-on: ${{ needs.global-environment.outputs.GLOBAL_RUNS_ON }}
timeout-minutes: 30
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand Down

0 comments on commit 30f63c9

Please sign in to comment.