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.
munit
docs-tests
1 parent 374542f commit b112bc8Copy full SHA for b112bc8
modules/docs-tests/src/test/scala/sclicheck/DocTests.scala
@@ -5,7 +5,7 @@ import java.util.concurrent.TimeUnit
5
import scala.concurrent.duration.FiniteDuration
6
7
class DocTests extends munit.FunSuite {
8
- override def munitTimeout = new FiniteDuration(240, TimeUnit.SECONDS)
+ override def munitTimeout = new FiniteDuration(360, TimeUnit.SECONDS)
9
case class DocTestEntry(name: String, path: os.Path, depth: Int = Int.MaxValue)
10
11
val docsRootPath: os.Path = os.pwd / "website" / "docs"
0 commit comments