* disable coverage

This reduces runtime of the server test suite from ~30m to ~10m, and as far as I can see: we discarded the coverage output anyway.

* allow morph 60s to migrate when running tests
Этот коммит содержится в:
Jesse Hallam
2023-06-09 07:29:08 -03:00
коммит произвёл GitHub
родитель 11c0a861b2
Коммит 8194817d54
4 изменённых файлов: 10 добавлений и 17 удалений

Просмотреть файл

@@ -182,7 +182,7 @@ func databaseSettings(driver, dataSource string) *model.SqlSettings {
*settings.ConnMaxIdleTimeMilliseconds = 300000
*settings.MaxOpenConns = 100
*settings.QueryTimeout = 60
*settings.MigrationsStatementTimeoutSeconds = 10
*settings.MigrationsStatementTimeoutSeconds = 60
return settings
}