<!-- Provide a general summary of the issue in the Title above --> We have changed the rules again. Now there is up to `epochDur/3/5` for reports to be submitted (20% for every report, 3 per epoch currently). ## Current Behavior There is [10 seconds deadline](https://github.com/nspcc-dev/neofs-testcases/blob/55349b7827384606ae11d34a909237d24a876d22/pytest_tests/lib/helpers/quota.py#L78) now, and if an epoch is long enough, 20% of its third is longer than 10 seconds, quota tests fail. ## Expected Behavior Tests pass. ## Possible Solution One of: 1. Wait more 2. Make epoch shorter (i believe it was 20 seconds some time ago) ## Steps to Reproduce 1. Run quota tests against https://github.com/nspcc-dev/neofs-node/pull/3726 ## Context https://github.com/nspcc-dev/neofs-node/pull/3726 ## Regression Yes, from the node side
We have changed the rules again. Now there is up to
epochDur/3/5for reports to be submitted (20% for every report, 3 per epoch currently).Current Behavior
There is 10 seconds deadline now, and if an epoch is long enough, 20% of its third is longer than 10 seconds, quota tests fail.
Expected Behavior
Tests pass.
Possible Solution
One of:
Steps to Reproduce
Context
nspcc-dev/neofs-node#3726
Regression
Yes, from the node side