sbt / zinc

Scala incremental compiler library, used by sbt and other build tools
Apache License 2.0
334 stars 121 forks source link

Increase `onIncState` timeout to 10 minutes #1303

Closed Friendseeker closed 11 months ago

Friendseeker commented 11 months ago

Issue

When using an active debugger, the timeout gets hit frequently as it usually takes more than 60 seconds to examine stacktrace.

Solution

Increase the timeout to 10 minutes.