From 9640fb280371465bc59407330a149b4e715aa403 Mon Sep 17 00:00:00 2001 From: Miquel Simon Date: Tue, 16 May 2023 08:59:41 +0200 Subject: [PATCH] Increase timeout for Legacy Store IT --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8de8138df..f22e700adf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -247,7 +247,7 @@ jobs: name: Legacy Store IT needs: build runs-on: ubuntu-latest - timeout-minutes: 45 + timeout-minutes: 60 strategy: matrix: db: [postgres, mysql, oracle, mssql, mariadb]