Skip to content

Conversation

roblourens
Copy link
Member

Fix some flakiness, disable failing tests, and hook up test results view in Azure Pipelines

Fix #28

which is sent before "close", to prevent test flakiness.
Alternatively we could add an error handler to the stream, but this lets us associate the error with the actual code that called 'send' (like to try/catch specific cases)
@roblourens
Copy link
Member Author

Still failing...

const runner = new Mocha({
timeout: 2000000,
const mochaOpts = {
timeout: 10 * 1000,
Copy link
Member

Choose a reason for hiding this comment

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

I recently learned that you can do 10_000 now

@roblourens roblourens merged commit e64bef3 into master Nov 21, 2019
@roblourens roblourens deleted the roblou/testsCI branch November 21, 2019 00:50
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.

Improve test reliability + make them runnable on PR builds
2 participants