mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Change time as we discuss ( time.Sleep(1))
This commit is contained in:
committed by
Dan Christian Bogos
parent
54a6639b67
commit
9470060e65
@@ -255,7 +255,7 @@ func testActionsUpdateBalance(t *testing.T) {
|
||||
} else if reply != utils.OK {
|
||||
t.Errorf("Calling ApierV1.ExecuteAction received: %s", reply)
|
||||
}
|
||||
time.Sleep(10 * time.Millisecond)
|
||||
time.Sleep(1)
|
||||
attrsEA2 := &utils.AttrExecuteAction{Tenant: attrsSetAccount.Tenant, Account: attrsSetAccount.Account, ActionsId: changeBlockerAction.ActionsId}
|
||||
if err := actsRPC.Call("ApierV1.ExecuteAction", attrsEA2, &reply); err != nil {
|
||||
t.Error("Got error on ApierV1.ExecuteAction: ", err.Error())
|
||||
|
||||
Reference in New Issue
Block a user