mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Increase startup wait time for mssql
This commit is contained in:
@@ -211,7 +211,8 @@ export default async (jestConfig: GlobalConfigTsJest): Promise<void> => {
|
||||
title: config.names[vendor]!,
|
||||
|
||||
task: async () => {
|
||||
await sleep(5000);
|
||||
// Give the database image some time to startup before checking the connection
|
||||
await sleep(15000);
|
||||
await awaitDatabaseConnection(knex, config.knexConfig[vendor]!.waitTestSQL);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user