Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit test teardown improvements #6821

Merged
merged 12 commits into from
Feb 1, 2021
Prev Previous commit
Next Next commit
Bump headless setup time to a full minute
  • Loading branch information
sulkaharo committed Jan 31, 2021
commit 69471305b9fb3310289fe1e8fe6bc46db49ec903
2 changes: 1 addition & 1 deletion tests/careportal.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var nowData = {
};

describe('careportal', function ( ) {
this.timeout(40000); // TODO: see why this test takes longer on Travis to complete
this.timeout(60000); // TODO: see why this test takes longer on Travis to complete

var headless = require('./fixtures/headless')(benv, this);

Expand Down