You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: