Add gas limits to failing tests

This commit is contained in:
Amir Bandeali
2017-12-11 22:47:47 -08:00
parent 1dda4d5f78
commit b97f140b78
6 changed files with 31 additions and 14 deletions

View File

@@ -3,4 +3,7 @@ export const constants = {
INVALID_OPCODE: 'invalid opcode',
REVERT: 'revert',
TESTRPC_NETWORK_ID: 50,
MAX_ETHERTOKEN_WITHDRAW_GAS: 43000,
MAX_TOKEN_TRANSFERFROM_GAS: 80000,
MAX_TOKEN_APPROVE_GAS: 60000,
};