chore: bump transition tests buffer in ci

This commit is contained in:
Evan You 2024-08-12 08:07:41 +08:00
parent 6a5b2098e1
commit 85ee76f29d
No known key found for this signature in database
GPG Key ID: 00E9AB7A6704CE0A
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ describe('e2e: Transition', () => {
const baseUrl = `file://${path.resolve(__dirname, './transition.html')}`
const duration = process.env.CI ? 200 : 50
const buffer = 20
const buffer = process.env.CI ? 50 : 20
const transitionFinish = (time = duration) => timeout(time + buffer)