File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ type BrowserTestOutput = {
34
34
}
35
35
36
36
const beforeStartTimeout = 2 * 60 * 1000 // Wait 2 minutes for Electron to open
37
- const protocolTimeout = 10 * 60 * 1000 // Creating the test dataset can take up to 10 minutes (mostly for Windows)
37
+ const protocolTimeout = 15 * 60 * 1000 // Creating the test dataset can take up to 15 minutes (mostly for Windows)
38
38
39
39
export const connect = ( ) => {
40
40
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ describe('E2E Test', () => {
38
38
39
39
// Wait up to 10 minutes for dataset generation
40
40
// Both the test timeout and the protocolTimeout on puppeteer.connect() must be set to 10 min
41
- datasetTestFunction ( 'Create tutorial dataset' , { timeout : 10 * 60 * 1000 } , async ( ) => {
41
+ datasetTestFunction ( 'Create tutorial dataset' , { timeout : 15 * 60 * 1000 } , async ( ) => {
42
42
43
43
await evaluate ( async ( ) => {
44
44
You can’t perform that action at this time.
0 commit comments