Skip to content

Commit

Permalink
tests: longer timeout for installability errors check (#13297)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark authored Nov 1, 2021
1 parent 0e950af commit 7d4eeab
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ const InstallableManifestAudit = require('../../lighthouse-core/audits/installab

/* eslint-env jest */

jest.setTimeout(20_000);

describe('installabilityErrors', () => {
let chromiumErrorIds;

Expand Down

0 comments on commit 7d4eeab

Please sign in to comment.