|
@@ -994,7 +994,7 @@ class TestSuiteEthdev(TestSuiteBase,TestSuiteShared):
|
|
|
start_gas = ETHAmt(60000,'wei'),
|
|
start_gas = ETHAmt(60000,'wei'),
|
|
|
gasPrice = ETHAmt(8,'Gwei') )
|
|
gasPrice = ETHAmt(8,'Gwei') )
|
|
|
if self.daemon.id == 'geth': # yet another Geth bug
|
|
if self.daemon.id == 'geth': # yet another Geth bug
|
|
|
- await asyncio.sleep(0.3)
|
|
|
|
|
|
|
+ await asyncio.sleep(0.5)
|
|
|
if (await self.get_tx_receipt(txid)).status == 0:
|
|
if (await self.get_tx_receipt(txid)).status == 0:
|
|
|
die(2,'Transfer of token funds failed. Aborting')
|
|
die(2,'Transfer of token funds failed. Aborting')
|
|
|
|
|
|