feat: slow threshold customizable in zrpc (#1191)
* feat: slow threshold customizable in rest * feat: slow threshold customizable in rest * feat: slow threshold customizable in rest * feat: slow threshold customizable in zrpc
This commit is contained in:
@@ -108,6 +108,8 @@ func TestDepositServer_Deposit(t *testing.T) {
|
||||
tarConfClient,
|
||||
targetClient,
|
||||
}
|
||||
SetClientSlowThreshold(time.Second)
|
||||
|
||||
for _, tt := range tests {
|
||||
tt := tt
|
||||
for _, client := range clients {
|
||||
|
||||
Reference in New Issue
Block a user