feat: increase timeout tests
This commit is contained in:
@@ -57,7 +57,7 @@ class GameListRouteTest :
|
||||
},
|
||||
) {
|
||||
// Wait until the projection is created
|
||||
eventually(3.seconds) {
|
||||
eventually(10.seconds) {
|
||||
httpClient()
|
||||
.get("/games") {
|
||||
withAuth(player1)
|
||||
@@ -94,7 +94,7 @@ class GameListRouteTest :
|
||||
)
|
||||
}
|
||||
}) {
|
||||
eventually(1.seconds) {
|
||||
eventually(3.seconds) {
|
||||
httpClient()
|
||||
.get("/games") {
|
||||
withAuth(player1)
|
||||
|
||||
@@ -120,8 +120,8 @@ class GameStateRepositoryTest :
|
||||
|
||||
eventually(
|
||||
eventuallyConfig {
|
||||
duration = 10.seconds
|
||||
interval = 1.seconds
|
||||
duration = 60.seconds
|
||||
interval = 2.seconds
|
||||
includeFirst = false
|
||||
},
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user