From 2d8fe00904d4b1a249dab2784309c86618ffa1a0 Mon Sep 17 00:00:00 2001 From: epwalsh Date: Thu, 14 Jul 2022 11:34:37 -0700 Subject: [PATCH] bump timeout minutes --- .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 0d9345b6a79..fb8e13772af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -395,7 +395,7 @@ jobs: # Builds Docker image from the core distribution files and uploads to Docker Hub. docker: name: Docker (CUDA ${{ matrix.cuda }}) - timeout-minutes: 18 + timeout-minutes: 30 if: github.repository == 'allenai/allennlp' runs-on: ubuntu-latest strategy: