mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 15:39:28 -05:00
fix: increase XVFB timeout from 5 seconds to 30 seconds
This commit is contained in:
@@ -8,7 +8,7 @@ const { throwFormErrorText, errors } = require('../errors')
|
||||
const util = require('../util')
|
||||
|
||||
const xvfb = Promise.promisifyAll(new Xvfb({
|
||||
timeout: 5000, // milliseconds
|
||||
timeout: 30000, // milliseconds
|
||||
onStderrData (data) {
|
||||
if (debugXvfb.enabled) {
|
||||
debugXvfb(data.toString())
|
||||
|
||||
Reference in New Issue
Block a user