We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24578c commit 0ee1b01Copy full SHA for 0ee1b01
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
- val Timeout = 30.seconds
+ override val munitTimeout = Duration(60, "s")
46
47
val testHost = "localhost"
48
val testUser = "fs2-ssh"
0 commit comments