Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Fix flaky test re: "toggling when the project has multiple paths" 馃 #347

Merged
merged 5 commits into from May 17, 2018

Commits on May 16, 2018

  1. Don't mix await and waitsFor

    Prior to this change, I could reliably reproduce the failures described
    in  atom/atom#17325. After this change, the
    test reliably passes.
    jasonrudolph committed May 16, 2018
    Copy the full SHA
    f11ad5e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5e1e87f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. Revert "Don't mix await and waitsFor"

    Mixing await and waitsFor was not the cause of the problem, so revert
    f11ad5e.
    
    Co-authored-by: Max Brunsfeld <maxbrunsfeld@github.com>
    jasonrudolph and Max Brunsfeld committed May 17, 2018
    Copy the full SHA
    6e07075 View commit details
    Browse the repository at this point in the history
  2. Don't let test fail just because it takes too long to close the server

    Co-Authored-By: Max Brunsfeld <maxbrunsfeld@github.com>
    jasonrudolph and Max Brunsfeld committed May 17, 2018
    Copy the full SHA
    245192d View commit details
    Browse the repository at this point in the history
  3. 馃帹 Tweak test to clarify intent

    This test was introduced in 183ec61 to
    resolve #76 and #77.
    
    Co-Authored-By: Max Brunsfeld <maxbrunsfeld@github.com>
    jasonrudolph and Max Brunsfeld committed May 17, 2018
    Copy the full SHA
    acdc95d View commit details
    Browse the repository at this point in the history