Skip to content

Commit

Permalink
chore: increase test timeout for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Jun 10, 2022
1 parent 10e2af9 commit ecc2359
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli/test/acceptance/kill-orphans-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ const exec = promisify(require('child_process').exec);
const { startWebDriver } = require('../../../remote/src');

describe(function() {
this.timeout(5e3);

it('works', async function() {
let webDriver = await startWebDriver({
overrides: {
Expand Down

0 comments on commit ecc2359

Please sign in to comment.