Increase spec timeout to 3m

This commit is contained in:
rodelgc 2023-05-17 00:45:07 +08:00
parent 35ba63403a
commit f2108a81ae
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ async function createVariableProductFixture( baseURL ) {
}
test.describe( 'Add New Variable Product Page', () => {
test.setTimeout( 150 * 1000 );
test.setTimeout( 180 * 1000 );
test.use( { storageState: process.env.ADMINSTATE } );