Increase timeout on deployer tests
This commit is contained in:
@@ -5,7 +5,7 @@ export const constants = {
|
|||||||
jsonrpcPort: 8545,
|
jsonrpcPort: 8545,
|
||||||
optimizerEnabled: 0,
|
optimizerEnabled: 0,
|
||||||
gasPrice: new BigNumber(20000000000),
|
gasPrice: new BigNumber(20000000000),
|
||||||
timeoutMs: 12000,
|
timeoutMs: 20000,
|
||||||
zrxTokenAddress: '0xe41d2489571d322189246dafa5ebde1f4699f498',
|
zrxTokenAddress: '0xe41d2489571d322189246dafa5ebde1f4699f498',
|
||||||
tokenTransferProxyAddress: '0x8da0d80f5007ef1e431dd2127178d224e32c2ef4',
|
tokenTransferProxyAddress: '0x8da0d80f5007ef1e431dd2127178d224e32c2ef4',
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user