hookshot/spec/setup-jest.ts

2 lines
165 B
TypeScript
Raw Permalink Normal View History

// In CI, the network creation for the homerunner containers can race (https://github.com/matrix-org/complement/issues/720).
jest.retryTimes(process.env.CI ? 3 : 1);