Ver Fonte

Add timeouts for particle commands

Benoit Blanchon há 2 anos atrás
pai
commit
481e4d2ffb
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      .github/workflows/release.yml

+ 2 - 0
.github/workflows/release.yml

@@ -72,5 +72,7 @@ jobs:
         uses: actions/checkout@v3
         uses: actions/checkout@v3
       - name: Login
       - name: Login
         run: particle login --token ${{ secrets.PARTICLE_TOKEN }}
         run: particle login --token ${{ secrets.PARTICLE_TOKEN }}
+        timeout-minutes: 1
       - name: Publish
       - name: Publish
         run: bash -eux extras/scripts/publish-particle-library.sh
         run: bash -eux extras/scripts/publish-particle-library.sh
+        timeout-minutes: 5