From c1d6c7ff66079731df405e25c4b2aa83c86fffb9 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 2 Apr 2018 14:30:33 +0300 Subject: Fix a typo --- packages/deployer/test/util/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/deployer/test/util') diff --git a/packages/deployer/test/util/constants.ts b/packages/deployer/test/util/constants.ts index a1c2f4d30..5385b8d17 100644 --- a/packages/deployer/test/util/constants.ts +++ b/packages/deployer/test/util/constants.ts @@ -5,8 +5,8 @@ export const constants = { jsonrpcUrl: 'http://localhost:8545', optimizerEnabled: false, gasPrice: new BigNumber(20000000000), - timeoutMs: 20000, + timeoutMs: 30000, zrxTokenAddress: '0xe41d2489571d322189246dafa5ebde1f4699f498', tokenTransferProxyAddress: '0x8da0d80f5007ef1e431dd2127178d224e32c2ef4', - specifiedContracts: 'Exchange', + specifiedContracts: '*', }; -- cgit v1.2.3