Add a HACK comment

This commit is contained in:
Leonid Logvinov
2018-05-10 14:44:10 +02:00
parent 75d24dea0e
commit ebc296ea31

View File

@@ -6,6 +6,8 @@ import { constants } from './utils/constants';
import { provider } from './utils/web3_wrapper';
before('migrate contracts', async function() {
// HACK: Since the migrations take longer then our global mocha timeout limit
// we manually increase it for this before hook.
this.timeout(20000);
const defaults = {
gas: devConstants.GAS_ESTIMATE,