Skip to content

Commit 0498175

Browse files
committed
Fixup
1 parent 5e6fcbb commit 0498175

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
- 3306:3306
3636
env:
3737
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
38+
options: ${{ matrix.SQL_OPTIONS }} --health-interval=10s --health-timeout=5s --health-retries=3
39+
# --max-allowed-packet=67108864 --wait_timeout3600 --interactive_timeout=3600
3940
container:
4041
image: domjudge/gitlabci:24.04
4142
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)