Skip to content

Commit 0ee1b01

Browse files
committed
extra time
1 parent a24578c commit 0ee1b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/fs2/io/ssh/ClientSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import scala.annotation.nowarn
4242
// they will only run on Travis if you push your branch to upstream
4343
class ClientSpec extends CatsEffectSuite with SshDockerService {
4444

45-
val Timeout = 30.seconds
45+
override val munitTimeout = Duration(60, "s")
4646

4747
val testHost = "localhost"
4848
val testUser = "fs2-ssh"

0 commit comments

Comments
 (0)