fix: increase XVFB timeout from 5 seconds to 30 seconds

This commit is contained in:
Gleb Bahmutov
2019-09-10 08:33:07 -04:00
parent c8f8584ae0
commit cd8da7d5d6
+1 -1
View File
@@ -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())