chore: bump more

This commit is contained in:
Evan You
2021-05-07 09:19:14 -04:00
parent 21edc18ac3
commit 28eb314d87
2 changed files with 6 additions and 6 deletions

View File

@@ -6,8 +6,8 @@ describe('e2e: TransitionGroup', () => {
const { page, html, nextFrame, timeout } = setupPuppeteer()
const baseUrl = `file://${path.resolve(__dirname, './transition.html')}`
const duration = process.env.CI ? 100 : 50
const buffer = 5
const duration = process.env.CI ? 200 : 50
const buffer = process.env.CI ? 20 : 5
const htmlWhenTransitionStart = () =>
page().evaluate(() => {