gnosis / prediction-market-agent-tooling

Tools to benchmark, deploy and monitor prediction market agents.
GNU Lesser General Public License v3.0
14 stars 0 forks source link

Fix local_chain test, timeout issues #309

Closed gabrielfior closed 3 weeks ago

gabrielfior commented 2 months ago

Ref -> https://github.com/gnosis/prediction-market-agent-tooling/actions/runs/9905611350/job/27365498526?pr=302

Increasing timeout didn't help much - investigate issue, consider alternative solutions.

gabrielfior commented 1 month ago

Errors arise due to RPC problems, see logs https://github.com/gnosis/prediction-market-agent-tooling/actions/runs/10469875908/job/28993818419?pr=350#step:8:40

Solution here is to use a different RPC (only for testing), not to overcomplicate things with ape which adds more dependencies/config files, etc.

gabrielfior commented 3 weeks ago

Fixed by #357