fix(nextjs): increase timeout on styles e2e test (#16800)
This commit is contained in:
parent
67a5e8e823
commit
1e8e84777c
@ -66,5 +66,5 @@ describe('Next.js apps', () => {
|
||||
checkE2E: false,
|
||||
checkExport: false,
|
||||
});
|
||||
}, 300_000);
|
||||
}, 600_000);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user