This commit is contained in:
Ruben Fiszel
2024-12-17 16:48:47 +01:00
parent 2d58b2c5bc
commit 2a9620338f
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ jobs:
with:
workspaces: backend
- name: cargo test
timeout-minutes: 15
timeout-minutes: 16
run:
deno --version && bun -v && go version && python3 --version &&
SQLX_OFFLINE=true

View File

@@ -418,7 +418,7 @@ jobs:
run: cd integration_tests && ./build.sh
- name: Test run
if: ${{ ! startsWith(github.ref, 'refs/tags/v') }}
timeout-minutes: 15
timeout-minutes: 16
env:
LICENSE_KEY: ${{ secrets.WM_LICENSE_KEY_CI }}
run: cd integration_tests && ./run.sh