To mitigate issues with beeswax taking a long time to respond to requests resulting in test failures:
all beeswax-related e2e tests have their timeout upped to 60 seconds
Added an explicit timeout in the afterAll block (times out after just under the DEFAULT_TIMEOUT_INTERVAL) that will print a message including the filename. Error output will look like this:
An error was thrown in an afterAll
AfterAll Failed: Timed out in afterAll of ads.placements.e2e.spec.js
To mitigate issues with beeswax taking a long time to respond to requests resulting in test failures:
afterAll
block (times out after just under theDEFAULT_TIMEOUT_INTERVAL
) that will print a message including the filename. Error output will look like this: