Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1744: fix(cypress): more time for website:start:prod to finish in cypress script r=spencercorwin a=spencercorwin ### Description of the Change Bumps the time from 3 minutes to 5 minutes for the website to startup in the `runCypress` script. 3 minutes wasn't enough time to finish the `website:start:prod` script, thus causing the Cypress tests to fail when run in `--local` mode. ### Test Plan Run `yarn test:cypress-express --local` locally and see the Cypress express test pass. ### Alternate Designs None. ### Benefits Passing tests. ### Possible Drawbacks None. ### Applicable Issues #1740 Co-authored-by: Spencer Corwin <spencercorwin@icloud.com>
- Loading branch information