Merge pull request #30253 from backstage/freben/timeout

fix test flake due to missing timeout bump
This commit is contained in:
Fredrik Adelöw
2025-06-16 09:47:45 +02:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
@@ -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({