test: increase expire time to avoid tz issues in tests

This commit is contained in:
bergquist
2018-05-17 14:59:50 +02:00
parent 75993971c6
commit 78e837cf39

View File

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