MutinyWallet / harbor

Ecash management tool
https://harbor.cash
MIT License
119 stars 17 forks source link

increase db timeout for non-tests #73

Closed elnosh closed 1 month ago

elnosh commented 1 month ago

I see in other issues that db timeout was increased for some tests failing. I was getting same error when running the app:

"ERROR harbor::core > error using password: timed out waiting for connection"

I increased the timeout for non-tests as well and app started working.

TonyGiorgio commented 1 month ago

I think we did increase it to 30s now for non-tests. Perhaps pull down the latest master branch and check again?