Skip to content

Commit

Permalink
No need to wait, default+test call rate > 2x / second
Browse files Browse the repository at this point in the history
  • Loading branch information
ghubstan committed Feb 28, 2021
1 parent 675ce98 commit 7249509
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apitest/src/test/java/bisq/apitest/method/MethodTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ protected final bisq.core.payment.PaymentAccount createPaymentAccount(GrpcClient

protected static void registerDisputeAgents() {
arbClient.registerDisputeAgent(MEDIATOR, DEV_PRIVILEGE_PRIV_KEY);
sleep(1001); // Can call registerdisputeagent 1x per second.
arbClient.registerDisputeAgent(REFUND_AGENT, DEV_PRIVILEGE_PRIV_KEY);
}

Expand Down

0 comments on commit 7249509

Please sign in to comment.