Skip to content

Commit 1a2f946

Browse files
authored
Increasing timeout because for now it is not reasonable for all machines (#1564)
1 parent 4c9871c commit 1a2f946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-electron/generator/template-engine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const precompiledTemplates = {}
7070

7171
const handlebarsInstance = {}
7272

73-
const TEMPLATE_RENDER_TIMEOUT = 90000 // 90 seconds
73+
const TEMPLATE_RENDER_TIMEOUT = 540000 // 9 minutes
7474

7575
/**
7676
* Resolves into a precompiled template, either from previous precompile or freshly compiled.

0 commit comments

Comments
 (0)