Commit 78e837cf by bergquist

test: increase expire time to avoid tz issues in tests

parent 75993971
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment