Is it possible to disable the 30 second timeout fo...
# intellij
g
Is it possible to disable the 30 second timeout for scratch files and worksheets ?
a
Nope, the timeout is hardcoded to 30 seconds: https://github.com/JetBrains/kotlin/blob/ee8e9a76f92ad78b2c18b7eacf7b2375ad211afa/idea/idea-jvm/src/org/jetbrains/kotlin/idea/scratch/compile/KtScratchExecutionSession.kt#L77 Please consider filing a feature request at http://kotl.in/issue and describing your use case there - why do you need to disable it. Thanks!