incentive-layer icon indicating copy to clipboard operation
incentive-layer copied to clipboard

Travis: truffle migration fails

Open srya-b opened this issue 6 years ago • 0 comments

The most recent pull request of the incentive layer fails on Travis. On closer inspection of the output, the test fails when running:

> npm run migrate

This command just runs truffle migrate --reset. Locally run, the truffle command works correctly without a failure. When `npm run migrate`` is run, then failures happen sometimes.

This suggests that there is a race condition somewhere in the migration process.

srya-b avatar Aug 06 '18 14:08 srya-b