Skip to content

Commit

Permalink
tests(mac): longer timeout for finding installations (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny authored Apr 15, 2021
1 parent ac1f4af commit b00fa22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/chrome-launcher-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ describe('Launcher', () => {
const installations = Launcher.getInstallations();
assert.ok(Array.isArray(installations));
assert.ok(installations.length >= 1);
});
}).timeout(30_000);

it('removes --user-data-dir if userDataDir is false', async () => {
const spawnStub = await launchChromeWithOpts();
Expand Down

0 comments on commit b00fa22

Please sign in to comment.