Increase spec timeout to 3m
This commit is contained in:
parent
35ba63403a
commit
f2108a81ae
|
@ -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 } );
|
||||
|
||||
|
|
Loading…
Reference in New Issue