Skip to content

Commit 61276a3

Browse files
committed
fix: Fix test failure
1 parent 82ec2fb commit 61276a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-controller-scala-mysql/src/test/scala/com/github/j5ik2o/dockerController/MySQLControllerSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class MySQLControllerSpec extends AnyFreeSpec with DockerControllerSpecSupport {
2424
dockerHost,
2525
hostPort,
2626
(1 * testTimeFactor).seconds,
27-
Some((3 * testTimeFactor).seconds)
27+
Some((5 * testTimeFactor).seconds)
2828
)
2929
)
3030
)

0 commit comments

Comments
 (0)