omgnetwork / immutability-eth-plugin

Other
0 stars 1 forks source link

fix(circleci): fix docker network race condition #34

Closed macaptain closed 3 years ago

macaptain commented 3 years ago

This should fix the flaky CI build. I don't think this will add very much to the build runtime, as vault_server needs to wait on truffle anyway.

Note the build always succeeds at the moment, even when tests fail.

macaptain commented 3 years ago

OK, it takes ages without the background: true. Let's try a sleep to stop the race condition instead. 😊