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 = {
3434}
3535
3636const 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)
3838
3939export const connect = ( ) => {
4040
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ describe('E2E Test', () => {
3838
3939 // Wait up to 10 minutes for dataset generation
4040 // 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 ( ) => {
4242
4343 await evaluate ( async ( ) => {
4444
You can’t perform that action at this time.
0 commit comments