feat: increase timeout tests
This commit is contained in:
@@ -94,7 +94,7 @@ class GameListRouteTest :
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
}) {
|
}) {
|
||||||
eventually(1.seconds) {
|
eventually(3.seconds) {
|
||||||
httpClient()
|
httpClient()
|
||||||
.get("/games") {
|
.get("/games") {
|
||||||
withAuth(player1)
|
withAuth(player1)
|
||||||
|
|||||||
@@ -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
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user