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

@@ -59,7 +59,7 @@ var (
var (
dataDir = flag.String("data_dir", "/usr/share/cgrates", "CGR data dir path here")
waitRater = flag.Int("wait_rater", 500, "Number of miliseconds to wait for rater to start and cache")
waitRater = flag.Int("wait_rater", 100, "Number of miliseconds to wait for rater to start and cache")
encoding = flag.String("rpc", utils.MetaJSON, "what encoding whould be uused for rpc comunication")
)
@@ -133,7 +133,7 @@ func testAnalyzerSLoadTarrifPlans(t *testing.T) {
} else if reply != utils.OK {
t.Error("Unexpected reply returned", reply)
}
time.Sleep(500 * time.Millisecond)
time.Sleep(100 * time.Millisecond)
}
func testAnalyzerSChargerSv1ProcessEvent(t *testing.T) {