Update test/custom-elements/index.ts

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/7076/head
Yuichiro Yamashita 5 years ago committed by GitHub
parent db4407d119
commit 5ae44c2c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ const page = `
const assert = fs.readFileSync(`${__dirname}/assert.js`, 'utf-8'); const assert = fs.readFileSync(`${__dirname}/assert.js`, 'utf-8');
describe('custom-elements', function () { describe('custom-elements', function() {
// Note: Increase the timeout in preparation for restarting Chromium due to SIGSEGV. // Note: Increase the timeout in preparation for restarting Chromium due to SIGSEGV.
this.timeout(10000); this.timeout(10000);
let svelte; let svelte;

Loading…
Cancel
Save