mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-15 13:19:53 +05:00
Fix appier/v1 integration tests
This commit is contained in:
committed by
Dan Christian Bogos
parent
6900332dec
commit
3d7243dfb9
@@ -1301,6 +1301,7 @@ func TestApierComputeReverse(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestApierResetDataAfterLoadFromFolder(t *testing.T) {
|
||||
time.Sleep(10 * time.Millisecond)
|
||||
expStats := &utils.CacheStats{
|
||||
Destinations: 3,
|
||||
Actions: 6,
|
||||
|
||||
@@ -492,7 +492,7 @@ func testV1TSMaxHits(t *testing.T) {
|
||||
}
|
||||
|
||||
func testV1TSStopEngine(t *testing.T) {
|
||||
if err := engine.KillEngine(100); err != nil {
|
||||
if err := engine.KillEngine(thdsDelay); err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user