Skip to content

Commit 65c203c

Browse files
j5ik2oj5ik2o-bot[bot]
authored andcommitted
revised the timeout setting
1 parent 990805d commit 65c203c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-controller-scala-elasticsearch/src/test/scala/com/github/j5ik2o/dockerController/elasticsearch/ElasticsearchControllerSpec.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ class ElasticsearchControllerSpec extends AnyFreeSpec with DockerControllerSpecS
3030
WaitPredicates.forListeningHostTcpPort(
3131
dockerHost,
3232
hostPort1,
33-
(1 * testTimeFactor).seconds,
34-
Some((5 * testTimeFactor).seconds)
33+
(3 * testTimeFactor).seconds,
34+
Some((10 * testTimeFactor).seconds)
3535
)
3636
)
3737
)

0 commit comments

Comments
 (0)