From 2d3af7f5b6000197343dc209892b68d0428f408b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Hern=C3=A1ndez?= Date: Mon, 12 Sep 2022 11:48:38 +0200 Subject: [PATCH] increase build timeout --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index f1af01c0..ce1a0283 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -15,7 +15,7 @@ env: jobs: build-master: runs-on: ubuntu-18.04 - timeout-minutes: 5 + timeout-minutes: 15 steps: - uses: actions/checkout@v2