We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee1b01 commit e2d7e8aCopy full SHA for e2d7e8a
core/src/test/scala/fs2/io/ssh/ClientSpec.scala
@@ -42,7 +42,7 @@ import scala.annotation.nowarn
42
// they will only run on Travis if you push your branch to upstream
43
class ClientSpec extends CatsEffectSuite with SshDockerService {
44
45
- override val munitTimeout = Duration(60, "s")
+ override val munitTimeout = Duration(90, "s")
46
47
val testHost = "localhost"
48
val testUser = "fs2-ssh"
0 commit comments