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 4c9871c commit 1a2f946Copy full SHA for 1a2f946
src-electron/generator/template-engine.js
@@ -70,7 +70,7 @@ const precompiledTemplates = {}
70
71
const handlebarsInstance = {}
72
73
-const TEMPLATE_RENDER_TIMEOUT = 90000 // 90 seconds
+const TEMPLATE_RENDER_TIMEOUT = 540000 // 9 minutes
74
75
/**
76
* Resolves into a precompiled template, either from previous precompile or freshly compiled.
0 commit comments