mixor fixes

This commit is contained in:
Marcus Efraimsson
2019-01-21 10:20:23 +01:00
parent f3125b447b
commit 0d1e3759eb
3 changed files with 17 additions and 11 deletions
+3
View File
@@ -170,6 +170,9 @@ func createTestContext(t *testing.T) *testContext {
log: log.New("test-logger"),
}
RotateTime = 10 * time.Minute
UrgentRotateTime = time.Minute
return &testContext{
sqlstore: sqlstore,
tokenService: tokenService,