Fix serialize tests on firefox

Firefox takes longer to start up
This commit is contained in:
Daniel Imms
2020-02-15 03:58:33 -08:00
parent e6e181e6bc
commit 6082c00b1d
@@ -16,6 +16,7 @@ const height = 600;
describe('SerializeAddon', () => {
before(async function(): Promise<any> {
this.timeout(20000);
browser = await getBrowserType().launch({
headless: process.argv.indexOf('--headless') !== -1,
args: [`--window-size=${width},${height}`]