mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
2 lines
165 B
TypeScript
2 lines
165 B
TypeScript
![]() |
// 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);
|