Skip to content

Commit

Permalink
Increase sample project test timeout to try to get Appveyor back into…
Browse files Browse the repository at this point in the history
… the green
  • Loading branch information
insin committed Jun 3, 2016
1 parent 8ef3ed9 commit a20331e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/commands/projects-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const States = {
}

describe('sample projects', function() {
this.timeout(60000)
this.timeout(90000)

describe('async-await project', () => {
let originalCwd
Expand Down

0 comments on commit a20331e

Please sign in to comment.