add longer timeout to some db based tests

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-09-18 15:57:34 +02:00
parent eaac93eda1
commit 001553034a
2 changed files with 4 additions and 0 deletions
@@ -19,6 +19,8 @@ import { TestDatabaseId, TestDatabases } from '@backstage/backend-test-utils';
import { Knex } from 'knex';
import { Entity } from '@backstage/catalog-model';
jest.setTimeout(60_000);
describe('DatabaseBadgesStore', () => {
const entity: Entity = {
apiVersion: 'v1',