We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80008a3 commit 278cfcaCopy full SHA for 278cfca
.github/workflows/unit-tests.yml
@@ -35,7 +35,7 @@ jobs:
35
- 3306:3306
36
env:
37
MYSQL_ROOT_PASSWORD: root
38
- 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
39
container:
40
image: domjudge/gitlabci:24.04
41
runs-on: ubuntu-latest
0 commit comments