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 7f803ec commit db5af08Copy full SHA for db5af08
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