File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ function showSetupWizard() {
166166 splashWindow . updateProgress ( 'Waiting for services to be ready...' , 40 ) ;
167167 // Poll until all services are healthy or timeout
168168 const startTime = Date . now ( ) ;
169- const timeout = 120000 ; // 120 seconds timeout
169+ const timeout = 240000 ; // 240 seconds timeout
170170 let servicesHealthy = false ;
171171 while ( Date . now ( ) - startTime < timeout ) {
172172 if ( ServiceManager . isAllHealthy ( ) ) {
@@ -370,7 +370,7 @@ async function appInitialization() {
370370
371371 // Poll until all services are healthy or timeout
372372 const startTime = Date . now ( ) ;
373- const timeout = 120000 ; // 120 seconds timeout
373+ const timeout = 240000 ; // 240 seconds timeout
374374 let servicesHealthy = false ;
375375
376376 while ( Date . now ( ) - startTime < timeout ) {
You can’t perform that action at this time.
0 commit comments