Searched refs:TIMEOUT_BIAS (Results 1 – 1 of 1) sorted by relevance
12 const TIMEOUT_BIAS = process.env.CI ? 10 : 1; constant16 await setTimeout(20 * TIMEOUT_BIAS);26 await setTimeout(20 * TIMEOUT_BIAS);41 await setTimeout(20 * TIMEOUT_BIAS);56 await setTimeout(20 * TIMEOUT_BIAS);76 jest.setTimeout(300000 * TIMEOUT_BIAS);97 jest.setTimeout(300000 * TIMEOUT_BIAS);113 jest.setTimeout(300000 * TIMEOUT_BIAS);162 jest.setTimeout(300000 * TIMEOUT_BIAS);199 jest.setTimeout(300000 * TIMEOUT_BIAS);[all …]