test(notifications-backend): increase router test timeout for DB teardown

Agent-Logs-Url: https://github.com/backstage/backstage/sessions/7f504e1c-86b2-4d51-add3-6fb873dfe222
This commit is contained in:
copilot-swe-agent[bot]
2026-05-19 10:21:51 +00:00
committed by GitHub
parent 2ec4c54b5f
commit fd2c369f7b
@@ -35,6 +35,8 @@ import { DatabaseService } from '@backstage/backend-plugin-api';
import { randomUUID as uuid } from 'node:crypto';
import { DatabaseNotificationsStore, generateSettingsHash } from '../database';
jest.setTimeout(60_000);
const databases = TestDatabases.create();
let store: DatabaseNotificationsStore;