Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

fix: mfs preload test #1551

Merged
merged 1 commit into from
Sep 12, 2018
Merged

fix: mfs preload test #1551

merged 1 commit into from
Sep 12, 2018

Commits on Sep 11, 2018

  1. fix: mfs preload test

    JS makes no guarantees a function you schedule with `setTimeout` will execute before another function you schedule _even_ if the second function is scheduled for execution _after_ the first.
    
    This PR fixes the MFS preload test to wait for the expected CIDs to have been preloaded instead of assuming they would be preloaded after a certain time.
    
    License: MIT
    Signed-off-by: Alan Shaw <alan@tableflip.io>
    alanshaw committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    bee8e3b View commit details
    Browse the repository at this point in the history