Skip to content

Commit

Permalink
Further debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 2, 2024
1 parent 80008a3 commit 278cfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- 3306:3306
env:
MYSQL_ROOT_PASSWORD: root
options: ${{ matrix.SQL_OPTIONS }} --health-interval=10s --health-timeout=5s --health-retries=3
options: ${{ matrix.SQL_OPTIONS }} --health-interval=10s --health-timeout=5s --health-retries=3 --max-allowed-packet=67108864 --wait-timeout3600 --interactive-timeout=3600
container:
image: domjudge/gitlabci:24.04
runs-on: ubuntu-latest
Expand Down

0 comments on commit 278cfca

Please sign in to comment.