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

test: fix flaky test/fs-read-buffer-tostring-fail #7575

Closed
wants to merge 2 commits into from

Commits on Jul 7, 2016

  1. test: fix flaky test/fs-read-buffer-tostring-fail

    The test is memory intensive and times out occasionally on Raspberry Pi
    devices in CI. Successful test runs take about 90 seconds, but the
    devices time out after 120 seconds. That's not a lot of headroom. So
    let's skip the test on devices that have only modest amounts of memory.
    
    Fixes: nodejs#7042
    Trott committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    01db593 View commit details
    Browse the repository at this point in the history
  2. squash: move

    Trott committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    6e00a03 View commit details
    Browse the repository at this point in the history