Explorar el Código

Increase test time in CI

tags/v2.1.6^2
9seconds hace 4 años
padre
commit
b0063a4a25
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .github/workflows/ci.yaml

+ 1
- 1
.github/workflows/ci.yaml Ver fichero

@@ -38,7 +38,7 @@ jobs:
38 38
   test:
39 39
     name: Test
40 40
     runs-on: ubuntu-latest
41
-    timeout-minutes: 5
41
+    timeout-minutes: 10
42 42
     strategy:
43 43
       matrix:
44 44
         go_version:

Loading…
Cancelar
Guardar