Update test/runtime-puppeteer/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 94c1baa8cb
commit db4407d119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,7 +55,7 @@ async function launchPuppeteer() {
const assert = fs.readFileSync(`${__dirname}/assert.js`, 'utf-8');
describe('runtime (puppeteer)', function () {
describe('runtime (puppeteer)', function() {
// Note: Increase the timeout in preparation for restarting Chromium due to SIGSEGV.
this.timeout(10000);
before(async () => {

Loading…
Cancel
Save