From 1db3751040b0add4851f3f36a87bbad730c6034a Mon Sep 17 00:00:00 2001
From: Ariya Hidayat <ariya@metabase.com>
Date: Fri, 15 Oct 2021 07:34:21 -0700
Subject: [PATCH] CI with GitHub Actions: another bump in the unit tests
 timeout (#18481)

---
 .github/workflows/frontend.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml
index aa9c701958e..8168870917b 100644
--- a/.github/workflows/frontend.yml
+++ b/.github/workflows/frontend.yml
@@ -78,7 +78,7 @@ jobs:
 
   fe-tests-unit:
     runs-on: ubuntu-20.04
-    timeout-minutes: 12
+    timeout-minutes: 14
     steps:
     - uses: actions/checkout@v2
     - name: Prepare Node.js
-- 
GitLab