keep-network / local-setup

Allow to easily set up tBTC and Keep locally for development and test purposes.
MIT License
8 stars 16 forks source link

Increase amount of coins for covering the fee #129

Closed michalinacienciala closed 2 years ago

michalinacienciala commented 2 years ago

With previous factor (1.2) E2E tests on Ropsten testnet were failing with undingError: Not enough funds. (available=0.0001236, required=0.0001276) error. In this commit we increase the factor to 1.3 - with that value error is no longer occurring.

Closes #127.

michalinacienciala commented 2 years ago

I've tested the workflow on the feature branch: https://github.com/keep-network/local-setup/actions/runs/1806668552. Workflow did fail, but at later stage than before and that's the kind of failure we've seen in the past from time to time (for example here).