mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fixed UI test problems caused by timing
This commit is contained in:
@@ -58,7 +58,7 @@ exports.config = {
|
||||
// maxInstances can get overwritten per capability. So if you have an in-house Selenium
|
||||
// grid with only 5 firefox instances available you can make sure that not more than
|
||||
// 5 instances get started at a time.
|
||||
maxInstances: 5,
|
||||
maxInstances: 2,
|
||||
//
|
||||
browserName: 'chrome',
|
||||
chromeOptions: {
|
||||
|
Reference in New Issue
Block a user