We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51fa631 commit a90ac8bCopy full SHA for a90ac8b
e2e/e2e.js
@@ -21,6 +21,8 @@ const ZoneOffset = require('@js-joda/core').ZoneOffset
21
// load .env values in the e2e folder, if any
22
require('dotenv').config({ path: path.join(__dirname, '.env') })
23
24
+jest.setTimeout(240000)
25
+
26
let sdkClient = {}
27
let providerId = {}
28
let provider = {}
@@ -39,7 +41,6 @@ const randomNumber = Math.round(Math.random() * 100000)
39
41
40
42
beforeAll(async () => {
43
sdkClient = await sdk.init(orgId, apiKey, accessToken, httpOptions)
- jest.setTimeout(240000)
44
jest.useRealTimers()
45
})
46
0 commit comments