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

Chore: Increase Mocha timeout for copying fixtures #13768

Merged
merged 1 commit into from Oct 20, 2020
Merged

Commits on Oct 18, 2020

  1. Chore: Increase Mocha timeout for copying fixtures

    For the last several weeks, our CI jobs have been flaky due to test
    hook timeouts on the Windows and macOS runners. I traced most of the
    failures to four `before` hooks that copy the test fixtures to a
    temporary directory. They usually take ~2.5s, but that occasionally
    spikes to tens of seconds: in the two times I was able to repro the
    timeouts, the slowest copy jobs were 25 and 32 seconds. Rather than
    increasing the global test timeout, I instead bumped it just for these
    four hooks that were causing problems.
    btmills committed Oct 18, 2020
    Copy the full SHA
    2ee9493 View commit details
    Browse the repository at this point in the history