|
|
@@ -6,7 +6,7 @@ describe('e2e: TransitionGroup', () => {
|
|
|
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 = () =>
|