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

Bumped server test timeout to 30s #387

Merged
merged 2 commits into from
May 17, 2016
Merged

Conversation

danielmewes
Copy link
Member

I got a lot of timeouts when running the server test on my machine.
This bumps the mocha timeout to 30s per test.

@@ -21,7 +21,8 @@ afterEach(
/** @this mocha */
function() { logger.info(`End test '${this.currentTest.title}'`); });

describe('Horizon Server', () => {
describe('Horizon Server', function() {
Copy link
Member Author

Choose a reason for hiding this comment

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

this.timeout only works with function, see mochajs/mocha#2018

@danielmewes
Copy link
Member Author

@deontologician

@deontologician deontologician merged commit cd9d2e5 into next May 17, 2016
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