From 26ad1f69973852e3ea26d230e9a8b331c3842fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Jona=C5=A1?= Date: Fri, 31 Mar 2023 17:06:53 +0200 Subject: [PATCH] fix(repo): increase timeouts until we improve tests (#16007) --- .github/workflows/e2e-matrix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-matrix.yml b/.github/workflows/e2e-matrix.yml index a2539b3dc3120..66ac08f792129 100644 --- a/.github/workflows/e2e-matrix.yml +++ b/.github/workflows/e2e-matrix.yml @@ -125,9 +125,9 @@ jobs: os_name: 'MacOS' # test timeouts - os: ubuntu-latest - os_timeout: 30 - - os: macos-latest os_timeout: 60 + - os: macos-latest + os_timeout: 90 # codeowner groups - project: e2e-add-nx-to-monorepo codeowners: 'S04SYHYKGNP'