Skip to content

Commit

Permalink
test(e2e): increase request timeout for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lemnik committed Oct 6, 2023
1 parent c1bffcf commit 2ffcecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/electron/features/support/steps/request-steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { readFixtureFile } = require('../utils')
const expect = require('../utils/expect')
const { applySourcemaps } = require('../utils/source-mapper')

const REQUEST_RESOLUTION_TIMEOUT = 3000
const REQUEST_RESOLUTION_TIMEOUT = 5000
const launchConfig = { timeout: 30 * 1000 }
const requestDelay = (callback) => new Promise((resolve, reject) => {
setTimeout(() => callback(resolve), REQUEST_RESOLUTION_TIMEOUT)
Expand Down

0 comments on commit 2ffcecf

Please sign in to comment.