From 601d5dcda9e924ebc830b04f38688e1cd52c34e5 Mon Sep 17 00:00:00 2001 From: Fabrice Lecomte Date: Fri, 11 Apr 2025 01:09:26 +0200 Subject: [PATCH] ci: increase timeout for the CI --- .../adapter/interfaceLayer/query/GameSimulationTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/kotlin/eventDemo/adapter/interfaceLayer/query/GameSimulationTest.kt b/src/test/kotlin/eventDemo/adapter/interfaceLayer/query/GameSimulationTest.kt index 01c90df..e712770 100644 --- a/src/test/kotlin/eventDemo/adapter/interfaceLayer/query/GameSimulationTest.kt +++ b/src/test/kotlin/eventDemo/adapter/interfaceLayer/query/GameSimulationTest.kt @@ -47,7 +47,7 @@ class GameSimulationTest : tags(Tag.Postgresql) test("Simulation of a game") { - withTimeout(2.seconds) { + withTimeout(10.seconds) { disableShuffleDeck() val gameId = GameId() val player1 = Player(name = "Nikola")