Consensys / armlet

a MythX API client wrapper
MIT License
16 stars 7 forks source link

bug fix: fix wrong polling time #95

Closed tagomaru closed 5 years ago

tagomaru commented 5 years ago

It can set wrong polling time after first polling.

e.g. WalletLibrary |** | 86% || Elapsed: 263.3s ✗ timeout

Default timeout is 300s, but timeout occurs even for less than 300 seconds. We should use not remainTime but timeout to determine polling time.

tagomaru commented 5 years ago

log after fixing is the below.

   WalletAbi |****************************************************************************************************| 100% || Elapsed: 309.1s ✗ timeout