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

Delays and timeouts based on block numbers #64

Open
muharem opened this issue Oct 15, 2022 · 1 comment
Open

Delays and timeouts based on block numbers #64

muharem opened this issue Oct 15, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@muharem
Copy link
Contributor

muharem commented Oct 15, 2022

It would be really helpful if we could set up delays and timeouts based on block numbers.
On a different test actions like extrinsic sent, extrinsic in block, events received and asserts, etc, we can record the block number and control the delays.
This should make the tests more stable and less flaky. And not dependent on runtime timing setups.
It will also help to set the delays more accrued and speed up the tests execution.

@muharem muharem added the enhancement New feature or request label Oct 15, 2022
@NachoPal
Copy link
Contributor

It is a good idea, but it gets too complex when having many chains involved. The delay would be based on what's chain's block number?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants