Merge pull request #19998 from backstage/freben/slower
add longer timeout to some db based tests
This commit is contained in:
@@ -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',
|
||||
|
||||
+2
@@ -21,6 +21,8 @@ import { ConfigReader } from '@backstage/config';
|
||||
import { IncrementalEntityProvider } from '../types';
|
||||
import { WrapperProviders } from './WrapperProviders';
|
||||
|
||||
jest.setTimeout(60_000);
|
||||
|
||||
describe('WrapperProviders', () => {
|
||||
const applyDatabaseMigrations = jest.fn();
|
||||
const databases = TestDatabases.create({
|
||||
|
||||
Reference in New Issue
Block a user