Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pool: Increase timeout to start NeoFS AIO Docker container for testing
After recent changes, NeoFS AIO Docker container deploys NeoFS chain (deploy contracts, initial transfers, etc.) from scratch internally. This takes around 60 blocks (`~1m`), so AIO takes more than 1 minute to run. Previous test timeout `45s` was insufficient in practice, causing the test to fail. Timeout is increased to `2m`. The value is still pretty short, at the same time, failure to succeed within this duration will require an individual review for problems. Signed-off-by: Leonard Lyubich <[email protected]>
- Loading branch information