Closed macaptain closed 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.
OK, it takes ages without the background: true. Let's try a sleep to stop the race condition instead. 😊
background: true
sleep
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.