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

increase test timeout for link checking #148

Merged
merged 2 commits into from
Aug 7, 2018

Conversation

kencheeto
Copy link
Contributor

the test we merged recently to check that the measure specification links are valid failed because of a timeout, so I'm increasing the timeout here by 50%.

this test only runs on CI during cron runs, once a day.

failing run here:
https://travis-ci.org/CMSgov/qpp-measures-data/jobs/412016666

Copy link
Contributor

@kalvinwang kalvinwang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@@ -28,7 +28,7 @@ function checkUrl(s) {
// this will run once a day on travis
if (process.env.TRAVIS_EVENT_TYPE === 'cron') {
it('has valid specification links', function() {
this.timeout(8000); // 8 seconds timeout.
this.timeout(12000); // 8 seconds timeout.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i would just delete the comment so it can't be wrong, it doesn't seem useful :p

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duh. fixed!

@kencheeto kencheeto merged commit 61bafc6 into master Aug 7, 2018
@kencheeto kencheeto deleted the kenshiro-increase-test-timeout branch August 7, 2018 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants