From c1fd8bcdb61e5e6634a5ab9bda53de8f00817a17 Mon Sep 17 00:00:00 2001 From: TeoV Date: Thu, 21 Sep 2017 16:24:20 +0300 Subject: [PATCH] Small fix --- apier/v1/resourcesv1_it_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/apier/v1/resourcesv1_it_test.go b/apier/v1/resourcesv1_it_test.go index 5afb8176b..42a6b03ad 100644 --- a/apier/v1/resourcesv1_it_test.go +++ b/apier/v1/resourcesv1_it_test.go @@ -127,6 +127,7 @@ func testV1RsFromFolder(t *testing.T) { if err := rlsV1Rpc.Call("ApierV1.LoadTariffPlanFromFolder", attrs, &reply); err != nil { t.Error(err) } + time.Sleep(time.Duration(1000) * time.Millisecond) }