nspcc-dev / neofs-sdk-go

Go implementation of NeoFS SDK
Apache License 2.0
5 stars 14 forks source link

pool: Increase timeout to start NeoFS AIO Docker container for testing #548

Closed cthulhu-rider closed 5 months ago

cthulhu-rider commented 5 months ago

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.