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

Fix intermittent failures in updateGrid test #172

Merged
merged 2 commits into from
Sep 5, 2017

Commits on Sep 4, 2017

  1. certificates: Fix unhandled exception

    * Moved the code that can throw into a promise so that it can be
      handled.
    
    Fixes plotly#170
    n-riesco committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    d7c47f2 View commit details
    Browse the repository at this point in the history
  2. test: Restore updateGrid case

    * Ensure API requests go to `https://api.plot.ly/`. Fixes failures
      caused by sending requests to `http://plotly.acme.com/`.
    
    * Introduce a 1 second pause between API requests. Fixes intermittent
      failures.
    n-riesco committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    a0b2d92 View commit details
    Browse the repository at this point in the history