Skip to content

Commit

Permalink
sleep 1300
Browse files Browse the repository at this point in the history
  • Loading branch information
wxbty committed Dec 15, 2023
1 parent beee996 commit 59a4cf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public DubboInvoker(Class<T> serviceType, URL url, ClientsProvider clientsProvid
@Override
protected Result doInvoke(final Invocation invocation) throws Throwable {

Thread.sleep(2300);
Thread.sleep(1300);

RpcInvocation inv = (RpcInvocation) invocation;
final String methodName = RpcUtils.getMethodName(invocation);
Expand Down

0 comments on commit 59a4cf2

Please sign in to comment.