Skip to content

Commit

Permalink
Extend timeout in test
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Jul 1, 2020
1 parent f8ebff9 commit cbc3c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/test/util.ts
Expand Up @@ -7,7 +7,7 @@ export function setup (done: DoneCallback) {
const yarnAddGlobal = spawn('yarn', ['add-global'])
yarnAddGlobal.stderr.on('error', (error) => done(error))
yarnAddGlobal.on('close', done)
}, 4000)
}, 6000)
}

export function teardown (done?: DoneCallback) {
Expand Down

0 comments on commit cbc3c03

Please sign in to comment.