Skip to content

Commit

Permalink
chore: slow ci is slow
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Mar 17, 2022
1 parent 2f88c95 commit 677efd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/dependants.js
Expand Up @@ -57,7 +57,7 @@ const git =
}

describe('dependants', function () {
this.timeout(300000)
this.timeout(900000)

if (os.platform() === 'win32') {
// TODO: travis windows builds can't clone git repos from the local
Expand Down Expand Up @@ -120,6 +120,8 @@ describe('dependants', function () {
})

it('should test a monorepo', async () => {


const diff = `derp-${Math.random()}`
const output = await execa(bin, ['test-dependant', dirs.monorepo, '--deps=it-all@1.0.1'], {
env: {
Expand Down

0 comments on commit 677efd7

Please sign in to comment.