Merge pull request #20493 from backstage/freben/timeout
bump the timeout of FactRetrieverEngine to the default of 60s
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user