From ce10b7562eab1d31354c7e7a5e0bd834ad820a5c Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 18 Jun 2021 12:33:18 +0200 Subject: [PATCH] Increase timeout to 40 minutes --- .github/workflows/ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index d812dc2ed..00e9d30fb 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -10,7 +10,7 @@ on: jobs: docker: - timeout-minutes: 10 + timeout-minutes: 40 runs-on: ubuntu-latest steps: