Explorar el Código

Increase timeout for CI artifacts build

tags/v2.2.7^2^2
9seconds hace 1 mes
padre
commit
a3663fe8b5
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

@@ -122,7 +122,7 @@ jobs:
122 122
   artifacts:
123 123
     name: Build release artifacts
124 124
     runs-on: ubuntu-latest
125
-    timeout-minutes: 10
125
+    timeout-minutes: 20
126 126
     steps:
127 127
       - name: Checkout
128 128
         uses: actions/checkout@v6

Loading…
Cancelar
Guardar