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 5e6fcbb commit 0498175Copy full SHA for 0498175
.github/workflows/unit-tests.yml
@@ -35,7 +35,8 @@ 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 --max-allowed-packet=67108864 --wait_timeout3600 --interactive_timeout=3600
+ options: ${{ matrix.SQL_OPTIONS }} --health-interval=10s --health-timeout=5s --health-retries=3
39
+ # --max-allowed-packet=67108864 --wait_timeout3600 --interactive_timeout=3600
40
container:
41
image: domjudge/gitlabci:24.04
42
runs-on: ubuntu-latest
0 commit comments