|
@@ -72,13 +72,11 @@ module.exports = function (config) {
|
|
|
'--disable-background-timer-throttling',
|
|
'--disable-background-timer-throttling',
|
|
|
'--disable-backgrounding-occluded-windows',
|
|
'--disable-backgrounding-occluded-windows',
|
|
|
'--disable-renderer-backgrounding',
|
|
'--disable-renderer-backgrounding',
|
|
|
- '--remote-debugging-port=9222',
|
|
|
|
|
'--headless',
|
|
'--headless',
|
|
|
'--disable-ipc-flooding-protection',
|
|
'--disable-ipc-flooding-protection',
|
|
|
'--disable-hang-monitor',
|
|
'--disable-hang-monitor',
|
|
|
'--disable-prompt-on-repost',
|
|
'--disable-prompt-on-repost',
|
|
|
- '--disable-default-apps',
|
|
|
|
|
- '--virtual-time-budget=5000' // Timeout virtuel pour CI
|
|
|
|
|
|
|
+ '--disable-default-apps'
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|