feat: increase timeout tests

This commit is contained in:
2026-03-14 01:36:54 +01:00
parent 70be95e7ee
commit 7fb488ab56
2 changed files with 4 additions and 4 deletions
@@ -57,7 +57,7 @@ class GameListRouteTest :
}, },
) { ) {
// Wait until the projection is created // Wait until the projection is created
eventually(3.seconds) { eventually(10.seconds) {
httpClient() httpClient()
.get("/games") { .get("/games") {
withAuth(player1) withAuth(player1)
@@ -94,7 +94,7 @@ class GameListRouteTest :
) )
} }
}) { }) {
eventually(1.seconds) { eventually(3.seconds) {
httpClient() httpClient()
.get("/games") { .get("/games") {
withAuth(player1) withAuth(player1)
@@ -120,8 +120,8 @@ class GameStateRepositoryTest :
eventually( eventually(
eventuallyConfig { eventuallyConfig {
duration = 10.seconds duration = 60.seconds
interval = 1.seconds interval = 2.seconds
includeFirst = false includeFirst = false
}, },
) { ) {