Merge pull request #45306 from aneesh98/45233-change-checks-timeout
Added timeout to validate job in github actions
This commit is contained in:
commit
a948ee9601
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -82,6 +82,7 @@ jobs:
|
|||
|
||||
validate:
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 120
|
||||
needs:
|
||||
- validate-prepare
|
||||
- build-dev
|
||||
|
|
Loading…
Reference in a new issue