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 12e57f7 commit b11c8a0Copy full SHA for b11c8a0
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(360, TimeUnit.SECONDS)
+ override def munitTimeout = new FiniteDuration(480, 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