chore(e2e): reduce timeout
This commit is contained in:
		
							parent
							
								
									e10899b271
								
							
						
					
					
						commit
						26432ec84c
					
				@ -2,10 +2,10 @@ import { devices, defineConfig as playwrightDefineConfig, type PlaywrightTestCon
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
export const defineConfig = (config?: PlaywrightTestConfig) => {
 | 
					export const defineConfig = (config?: PlaywrightTestConfig) => {
 | 
				
			||||||
  return playwrightDefineConfig({
 | 
					  return playwrightDefineConfig({
 | 
				
			||||||
    timeout: process.env.CI ? 10 * 60 * 1000 : 5 * 60 * 1000,
 | 
					    timeout: 5 * 60 * 1000,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    expect: {
 | 
					    expect: {
 | 
				
			||||||
      timeout: process.env.CI ? 60 * 1000 : 10 * 1000,
 | 
					      timeout: 10 * 1000,
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // Look for test files in the "tests" directory, relative to this configuration file.
 | 
					    // Look for test files in the "tests" directory, relative to this configuration file.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user