Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flaky jest test: Room › recalculate › recalculates in acceptable time without heroes #27871

Closed
richvdh opened this issue Jul 29, 2024 · 4 comments
Labels

Comments

@richvdh
Copy link
Member

richvdh commented Jul 29, 2024

(in the js-sdk):

  FAIL  spec/unit/room.spec.ts (44.217 s)
  ● Room › recalculate › recalculates in acceptable time without heroes

    expect(received).toBeLessThan(expected)

    Expected: < 200
    Received:   201.00067000000126

      1409 |             }
      1410 |             const duration = performance.now() - start;
    > 1411 |             expect(duration).toBeLessThan(200);
           |                              ^
      1412 |         });
      1413 |     });
      1414 |

      at Object.toBeLessThan (spec/unit/room.spec.ts:1411:30)

https://github.com/matrix-org/matrix-js-sdk/actions/runs/10141777398/job/28039689995?pr=4310#step:6:3564

@t3chguy
Copy link
Member

t3chguy commented Jul 29, 2024

This should be filed in https://github.com/matrix-org/matrix-js-sdk

@richvdh
Copy link
Member Author

richvdh commented Jul 29, 2024

Ah yes, the issue tracker where issues go to die.

@richvdh
Copy link
Member Author

richvdh commented Jul 29, 2024

@richvdh
Copy link
Member Author

richvdh commented Jul 29, 2024

Filed as matrix-org/matrix-js-sdk#4331

@richvdh richvdh closed this as completed Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants