refactor: serialize-addon, remove timeout in api test

This commit is contained in:
javacs3
2019-12-19 22:17:32 +08:00
parent 7a8c3a42cd
commit 34bf2f9a0f
@@ -16,7 +16,6 @@ const height = 600;
describe('SerializeAddon', () => {
before(async function (): Promise<any> {
this.timeout(8 * 1000);
browser = await puppeteer.launch({
headless: process.argv.indexOf('--headless') !== -1,
args: [`--window-size=${width},${height}`]