ci: increase timeout for the CI

This commit is contained in:
2025-04-11 01:09:26 +02:00
parent 02192cf33b
commit 601d5dcda9

View File

@@ -47,7 +47,7 @@ class GameSimulationTest :
tags(Tag.Postgresql) tags(Tag.Postgresql)
test("Simulation of a game") { test("Simulation of a game") {
withTimeout(2.seconds) { withTimeout(10.seconds) {
disableShuffleDeck() disableShuffleDeck()
val gameId = GameId() val gameId = GameId()
val player1 = Player(name = "Nikola") val player1 = Player(name = "Nikola")