fix(repo): increase timeouts until we improve tests (#16007)

This commit is contained in:
Miroslav Jonaš 2023-03-31 17:06:53 +02:00 committed by GitHub
parent d28c799d61
commit 26ad1f6997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,9 +125,9 @@ jobs:
os_name: 'MacOS' os_name: 'MacOS'
# test timeouts # test timeouts
- os: ubuntu-latest - os: ubuntu-latest
os_timeout: 30
- os: macos-latest
os_timeout: 60 os_timeout: 60
- os: macos-latest
os_timeout: 90
# codeowner groups # codeowner groups
- project: e2e-add-nx-to-monorepo - project: e2e-add-nx-to-monorepo
codeowners: 'S04SYHYKGNP' codeowners: 'S04SYHYKGNP'