From e2d7e8a4f06a25b4638c78b52a41ccececb399c2 Mon Sep 17 00:00:00 2001 From: "J. Eduardo V. Morango" Date: Fri, 16 Aug 2024 20:15:11 -0300 Subject: [PATCH] extra time --- core/src/test/scala/fs2/io/ssh/ClientSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/test/scala/fs2/io/ssh/ClientSpec.scala b/core/src/test/scala/fs2/io/ssh/ClientSpec.scala index 40cfed9..ef3f9bb 100644 --- a/core/src/test/scala/fs2/io/ssh/ClientSpec.scala +++ b/core/src/test/scala/fs2/io/ssh/ClientSpec.scala @@ -42,7 +42,7 @@ import scala.annotation.nowarn // they will only run on Travis if you push your branch to upstream class ClientSpec extends CatsEffectSuite with SshDockerService { - override val munitTimeout = Duration(60, "s") + override val munitTimeout = Duration(90, "s") val testHost = "localhost" val testUser = "fs2-ssh"