Merge pull request #27113 from backstage/freben/slow

set a higher timeout for a feature service test
This commit is contained in:
Fredrik Adelöw
2024-10-14 17:12:11 +02:00
committed by GitHub
@@ -32,6 +32,9 @@ import * as winston from 'winston';
import { MESSAGE } from 'triple-beam';
import { overridePackagePathResolution } from '@backstage/backend-plugin-api/testUtils';
// these can get a bit slow in CI
jest.setTimeout(60_000);
async function jestFreeTypescriptAwareModuleLoader(
logger: LoggerService,
dontBootstrap: boolean = false,