Merge pull request #20493 from backstage/freben/timeout

bump the timeout of FactRetrieverEngine to the default of 60s
This commit is contained in:
Fredrik Adelöw
2023-10-10 10:21:54 +02:00
committed by GitHub
@@ -64,15 +64,15 @@ const testFactRetriever: FactRetriever = {
];
}),
};
const defaultCadence = '1 * * * *';
describe('FactRetrieverEngine', () => {
let engine: FactRetrieverEngine;
type FactSchemaAssertionCallback = (
factSchemaDefinition: FactSchemaDefinition,
) => void;
jest.setTimeout(15000);
type FactInsertionAssertionCallback = ({
facts,
id,