No need to wait, default+test call rate > 2x / second

This commit is contained in:
ghubstan 2021-02-27 21:57:53 -03:00
parent 675ce9813e
commit 724950926c
No known key found for this signature in database
GPG key ID: E35592D6800A861E

View file

@ -139,7 +139,6 @@ public class MethodTest extends ApiTestCase {
protected static void registerDisputeAgents() { protected static void registerDisputeAgents() {
arbClient.registerDisputeAgent(MEDIATOR, DEV_PRIVILEGE_PRIV_KEY); arbClient.registerDisputeAgent(MEDIATOR, DEV_PRIVILEGE_PRIV_KEY);
sleep(1001); // Can call registerdisputeagent 1x per second.
arbClient.registerDisputeAgent(REFUND_AGENT, DEV_PRIVILEGE_PRIV_KEY); arbClient.registerDisputeAgent(REFUND_AGENT, DEV_PRIVILEGE_PRIV_KEY);
} }