Fix appier/v1 integration tests

This commit is contained in:
Trial97
2018-12-07 15:13:19 +02:00
committed by Dan Christian Bogos
parent 6900332dec
commit 3d7243dfb9
2 changed files with 2 additions and 1 deletions

View File

@@ -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,

View File

@@ -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)
}
}