You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plutip needs several services to be started and ready before it can run test cases. Those services requre some time before they up and ready. Now timeouts and polling periods are hardcoded - need to extract them into config.
Also need to make configurable delay, after which test runner collects final Value from test wallets.
Things that should be configurable:
awaiting of cardano node - polling period and timeout
awaiting of chain-index - polling period and timeout
delay between test contract execution and collection of final Value's from test wallets
The text was updated successfully, but these errors were encountered:
Plutip needs several services to be started and ready before it can run test cases. Those services requre some time before they up and ready. Now timeouts and polling periods are hardcoded - need to extract them into config.
Also need to make configurable delay, after which test runner collects final Value from test wallets.
Things that should be configurable:
Value
's from test walletsThe text was updated successfully, but these errors were encountered: