mirror of https://github.com/vuejs/core.git
chore: bump transition tests buffer in ci
This commit is contained in:
parent
6a5b2098e1
commit
85ee76f29d
|
@ -8,7 +8,7 @@ describe('e2e: Transition', () => {
|
||||||
const baseUrl = `file://${path.resolve(__dirname, './transition.html')}`
|
const baseUrl = `file://${path.resolve(__dirname, './transition.html')}`
|
||||||
|
|
||||||
const duration = process.env.CI ? 200 : 50
|
const duration = process.env.CI ? 200 : 50
|
||||||
const buffer = 20
|
const buffer = process.env.CI ? 50 : 20
|
||||||
|
|
||||||
const transitionFinish = (time = duration) => timeout(time + buffer)
|
const transitionFinish = (time = duration) => timeout(time + buffer)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue