Skip to content

Commit

Permalink
Increase PC timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rochala committed Nov 2, 2023
1 parent 7f803ec commit db5af08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ abstract class BasePCSuite extends PcAssertions:
.newInstance("", myclasspath.asJava, scalacOpts.asJava)

protected def config: PresentationCompilerConfig =
PresentationCompilerConfigImpl().copy(snippetAutoIndent = false, timeoutDelay = if isDebug then 3600 else 5)
PresentationCompilerConfigImpl().copy(snippetAutoIndent = false, timeoutDelay = if isDebug then 3600 else 10)

private def inspectDialect(filename: String, code: String) =
val file = tmp.resolve(filename)
Expand Down

0 comments on commit db5af08

Please sign in to comment.