backend-tests: increase timeout for setting up test databases

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-09-22 15:18:59 +02:00
parent 6c027cdab2
commit ed0ef64fd3
@@ -45,7 +45,7 @@ describe('PluginTaskManagerImpl', () => {
);
jest.useFakeTimers();
}, 30_000);
}, 60_000);
async function init(databaseId: TestDatabaseId) {
const knex = await databases.init(databaseId);