feat: increase timeout tests
This commit is contained in:
@@ -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
|
||||||
},
|
},
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user