feat: increase timeout tests
Some checks failed
Tests / build (push) Successful in 42s
Tests / lint (push) Successful in 4m15s
Tests / test (push) Failing after 1m23s

This commit is contained in:
2026-03-14 01:31:24 +01:00
parent 70be95e7ee
commit 256524f63e
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ class GameListRouteTest :
) )
} }
}) { }) {
eventually(1.seconds) { eventually(3.seconds) {
httpClient() httpClient()
.get("/games") { .get("/games") {
withAuth(player1) withAuth(player1)

View File

@@ -120,7 +120,7 @@ class GameStateRepositoryTest :
eventually( eventually(
eventuallyConfig { eventuallyConfig {
duration = 10.seconds duration = 20.seconds
interval = 1.seconds interval = 1.seconds
includeFirst = false includeFirst = false
}, },