} = setupPuppeteer()
const baseUrl = `file://${path.resolve(__dirname, './transition.html')}`
- const duration = 50
+ const duration = process.env.CI ? 100 : 50
const buffer = 5
const transitionFinish = (time = duration) => timeout(time + buffer)
const { page, html, nextFrame, timeout } = setupPuppeteer()
const baseUrl = `file://${path.resolve(__dirname, './transition.html')}`
- const duration = 50
+ const duration = process.env.CI ? 100 : 50
const buffer = 5
const htmlWhenTransitionStart = () =>