UNCLASSIFIED - NO CUI

Skip to content

SKIP UPGRADE increase cypress timeouts

Michael Martin requested to merge increase-cypress-timeouts into main

Increase cypress test timeouts for web pages in hopes if decreasing failures.

Following the official advice to:

If you're running lots of tests on a memory intense application.
  - Try increasing the CPU/memory on the machine you're running on.
  - Try enabling experimentalMemoryManagement in your config file.
  - Try lowering numTestsKeptInMemory in your config file during 'cypress open'.

Testing in BB can be seen here: big-bang/bigbang!3521 (closed)

Making all 3 of these changes and increasing some cypress timeouts appears to help.

Edited by Michael Martin

Merge request reports