Merge pull request #30253 from backstage/freben/timeout
fix test flake due to missing timeout bump
This commit is contained in:
@@ -34,6 +34,8 @@ import { TestEventsService } from '@backstage/plugin-events-backend-test-utils';
|
||||
import request from 'supertest';
|
||||
import { eventsPlugin } from './EventsPlugin';
|
||||
|
||||
jest.setTimeout(60_000);
|
||||
|
||||
describe('eventsPlugin', () => {
|
||||
it('should be initialized properly', async () => {
|
||||
const eventsService = new TestEventsService();
|
||||
|
||||
@@ -21,6 +21,8 @@ import {
|
||||
} from '@backstage/backend-test-utils';
|
||||
import { DatabaseEventBusStore } from './DatabaseEventBusStore';
|
||||
|
||||
jest.setTimeout(60_000);
|
||||
|
||||
const logger = mockServices.logger.mock();
|
||||
|
||||
const databases = TestDatabases.create({
|
||||
|
||||
Reference in New Issue
Block a user