goalert icon indicating copy to clipboard operation
goalert copied to clipboard

playwright: optimize service test

Open Forfold opened this issue 1 year ago • 0 comments

For the service.spec.ts playwright test, we are consistently seeing the following error:

    Test finished within timeout of 30000ms, but tearing down "context" ran out of time.
    Please allow more time for the test, since teardown is attributed towards the test timeout budget.

We should think about breaking this test out into multiple test calls, as regardless of this error it is hard to maintain in its current state.

Forfold avatar Nov 13 '23 19:11 Forfold