Skip to content

Commit b112bc8

Browse files
committed
Increase munit timeout for docs-tests to 360s
1 parent 374542f commit b112bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/docs-tests/src/test/scala/sclicheck/DocTests.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import java.util.concurrent.TimeUnit
55
import scala.concurrent.duration.FiniteDuration
66

77
class DocTests extends munit.FunSuite {
8-
override def munitTimeout = new FiniteDuration(240, TimeUnit.SECONDS)
8+
override def munitTimeout = new FiniteDuration(360, TimeUnit.SECONDS)
99
case class DocTestEntry(name: String, path: os.Path, depth: Int = Int.MaxValue)
1010

1111
val docsRootPath: os.Path = os.pwd / "website" / "docs"

0 commit comments

Comments
 (0)