Sfoglia il codice sorgente

Merge pull request #211 from 9seconds/docker-build-timelimit

tags/v2.1.2^2
Sergey Arkhipov 4 anni fa
parent
commit
706aef8ca1
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      .github/workflows/ci.yaml

+ 1
- 1
.github/workflows/ci.yaml Vedi File

@@ -76,7 +76,7 @@ jobs:
76 76
   docker:
77 77
     name: Docker
78 78
     runs-on: ubuntu-latest
79
-    timeout-minutes: 15
79
+    timeout-minutes: 20
80 80
     steps:
81 81
       - name: Checkout
82 82
         uses: actions/checkout@v2

Loading…
Annulla
Salva