-
Notifications
You must be signed in to change notification settings - Fork 274
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
[BLO-769] Make wait time dynamic to speed up QA and testing work #1844
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this fix the issue @canlopes is having?
This would require him to always have an "QA" build with an custom env var, not applicable to RCs
I think you should return the inflight transactions from transactionTracker.update
instead of just a flag which indicates if there are inflight transactions.
Once done, we can calculate that flag in the method plus additionally check if there are any transactions targeting network with id localhost
. If so, then we can acceleratepolling (aka decrease waiting time between runs)
Thanks ! I think this is better now ? |
Kudos, SonarCloud Quality Gate passed! |
Issue / feature description
` Make wait time dynamic to speed up QA and testing work