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.
2 parents bb82d4c + db5af08 commit 9724244Copy full SHA for 9724244
presentation-compiler/test/dotty/tools/pc/base/BasePCSuite.scala
@@ -54,7 +54,7 @@ abstract class BasePCSuite extends PcAssertions:
54
.newInstance("", myclasspath.asJava, scalacOpts.asJava)
55
56
protected def config: PresentationCompilerConfig =
57
- PresentationCompilerConfigImpl().copy(snippetAutoIndent = false, timeoutDelay = if isDebug then 3600 else 5)
+ PresentationCompilerConfigImpl().copy(snippetAutoIndent = false, timeoutDelay = if isDebug then 3600 else 10)
58
59
private def inspectDialect(filename: String, code: String) =
60
val file = tmp.resolve(filename)
0 commit comments