Skip to content

Commit

Permalink
Increased timeout to 20s for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpigott committed Aug 8, 2018
1 parent a076652 commit 1729abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ _.each(requiredEnvVars, function (envVar) {
});

describe('CloudflareCli', function () {
this.timeout(10000);
this.timeout(20000);
it('should use environment variables where available', function () {
assert.equal(cli.key, process.env.CF_API_KEY);
assert.equal(cli.email, process.env.CF_API_EMAIL);
Expand Down

0 comments on commit 1729abd

Please sign in to comment.