diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index edd04b8..2ebca0d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -45,6 +45,7 @@ jobs: # UPTIME_SERVICE_SECRET is a passphrase needed to decrypt uptime service config files UPTIME_SERVICE_SECRET: ${{ secrets.UPTIME_SERVICE_SECRET }} run: nix-shell --run "make integration-test" + timeout-minutes: 30 - name: 📖 Get logs if: always()