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'`