3box / keramik

A k8s operator for simulating Ceramic networks
Other
5 stars 1 forks source link

fix: use smallest time for block time #193

Closed nathanielc closed 5 months ago

nathanielc commented 5 months ago

Using the instamine option of ganache confuses the CAS worker and it waits forever to see the transaction has been mined. This change uses a block time of 1 second, however in practice this appears to mean a block every 15 seconds. Faster than once a minute but still not very fast.