google / peoplemath

Web application for team planning
Apache License 2.0
125 stars 34 forks source link

Flaky tests in Cloud Build (Async function did not complete within 5000ms) #197

Closed amdw closed 8 months ago

amdw commented 2 years ago

We've started to see intermittent Angular test failures in the automated build, with errors like the following:

Chrome Headless 97.0.4692.71 (Linux x86_64): Executed 1 of 126 SUCCESS (0 secs / 0.494 secs)
Chrome Headless 97.0.4692.71 (Linux x86_64) TeamPeriodsComponent should copy people list correctly FAILED
    Error: Timeout - Async function did not complete within 5000ms (set by jasmine.DEFAULT_TIMEOUT_INTERVAL)
        at <Jasmine>

I've never seen these when running locally.

amdw commented 8 months ago

Closing for now. We migrated to GitHub Actions anyway; if this problem is seen there then I will reopen this.