Skip to content
This repository has been archived by the owner. It is now read-only.

Wait 10 seconds to make sure browser instances are closed #11239

Merged
merged 1 commit into from Oct 28, 2017
Commits on Oct 26, 2017
  1. Wait 10 seconds to make sure browser instances are closed

    Suguru Hirahara
    Suguru Hirahara committed Oct 2, 2017
    There are several cases where a new browser instance starts with .startApp() before the existing instance is completely closed with .stopApp(). Adding 10 seconds delay should almost assure that the existing instance is closed before new one starts even on a slow machine.
    
    Closes #10490
    
    Auditors:
    
    Test Plan:
    1. Run `npm run test -- --grep='sessionStore test'`
You can’t perform that action at this time.