ci: increase timeout for the CI
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user