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 f355c0b commit 21b41f4Copy full SHA for 21b41f4
tests/e2e/jest.config.js
@@ -6,7 +6,7 @@ module.exports = {
6
globals: {
7
url: "http://127.0.0.1.nip.io:9081/", // For local testing, set your deployed url here
8
apiVersion: 'v0/',
9
- ourTimeout: 40000,
+ ourTimeout: 120000,
10
},
11
maxWorkers: 1,
12
maxConcurrency: 1
0 commit comments