From 78e837cf39645ee7187602713a3804ccd5ec43c8 Mon Sep 17 00:00:00 2001 From: bergquist Date: Thu, 17 May 2018 14:59:50 +0200 Subject: [PATCH] test: increase expire time to avoid tz issues in tests --- pkg/services/sqlstore/dashboard_snapshot_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/services/sqlstore/dashboard_snapshot_test.go b/pkg/services/sqlstore/dashboard_snapshot_test.go index d1f70082a38..1e66421a554 100644 --- a/pkg/services/sqlstore/dashboard_snapshot_test.go +++ b/pkg/services/sqlstore/dashboard_snapshot_test.go @@ -115,7 +115,7 @@ func TestDeleteExpiredSnapshots(t *testing.T) { Convey("Testing dashboard snapshots clean up", t, func() { setting.SnapShotRemoveExpired = true - notExpiredsnapshot := createTestSnapshot(x, "key1", 1200) + notExpiredsnapshot := createTestSnapshot(x, "key1", 48000) createTestSnapshot(x, "key2", -1200) createTestSnapshot(x, "key3", -1200)