Updated integration tests

This commit is contained in:
Trial97
2020-12-09 17:00:11 +02:00
committed by Dan Christian Bogos
parent 6e0bf5ad70
commit 06e4fd13c3
85 changed files with 160 additions and 209 deletions

View File

@@ -124,7 +124,7 @@ func testTutorialFromFolder(t *testing.T) {
if err := tutorialRpc.Call(utils.APIerSv1LoadTariffPlanFromFolder, attrs, &reply); err != nil {
t.Error(err)
}
time.Sleep(500 * time.Millisecond)
time.Sleep(100 * time.Millisecond)
}
func testTutorialGetCost(t *testing.T) {