diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index add0dcd7742..8b8e75c1b9e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -95,7 +95,7 @@ jobs: rest-tests-after-deploy6: runs-on: ubuntu-latest needs: playwright-after-deploy6 - timeout-minutes: 15 + timeout-minutes: 45 steps: - name: run rest-tests run: | @@ -130,7 +130,7 @@ jobs: runs-on: ubuntu-latest needs: import-6 if: inputs.IMPORT - timeout-minutes: 15 + timeout-minutes: 45 steps: - name: Checkout Playwright tests uses: actions/checkout@v4 @@ -164,7 +164,7 @@ jobs: rest-tests-after-import6: runs-on: ubuntu-latest needs: playwright-after-import6 - timeout-minutes: 15 + timeout-minutes: 45 steps: - name: run rest-tests run: |