-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
BraveRewardsBrowserTest.* tests frequently time out #5397
Comments
@NejcZdovc is this still a problem? Or can we close this out |
@bsclifton this is an epic. We still have couple of them to complete, before we can close this one. |
Just a heads up, created #9339. Looks like |
Just an update, still seeing the following failure from time to time:
|
@NejcZdovc should we close this issue out? |
closing as nothing new is planned for this and browser tests are stable now |
Brave Rewards tests are frequently timing out which causes each PR to take longer and also takes longer for people checking tests locally on their tasks.
As an example:
But there are others too (8) that frequently timeout.
cc @NejcZdovc
Here are some ideas for cleaning up tests:
MutationObserver
that will watch for the page to be modified. (Replace use of timed delays in browser tests to reduce flakiness #7060)TipViaCode
where possible. (Switch to TipViaCode when possible #7184)The text was updated successfully, but these errors were encountered: