diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86a5104..d8cdbc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ on: jobs: build: - timeout-minutes: 5 + timeout-minutes: 10 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -34,7 +34,7 @@ jobs: run: mvn -B verify electron-build: - timeout-minutes: 5 + timeout-minutes: 10 name: Electron packages (${{ matrix.os }}) if: github.event_name == 'push' && github.ref == 'refs/heads/master' runs-on: ${{ matrix.os }} @@ -88,7 +88,7 @@ jobs: dist/*.dmg docker: - timeout-minutes: 5 + timeout-minutes: 10 runs-on: ubuntu-latest needs: build steps: