Skip to content

Commit 85ee76f

Browse files
committed
chore: bump transition tests buffer in ci
1 parent 6a5b209 commit 85ee76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/__tests__/e2e/Transition.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe('e2e: Transition', () => {
88
const baseUrl = `file://${path.resolve(__dirname, './transition.html')}`
99

1010
const duration = process.env.CI ? 200 : 50
11-
const buffer = 20
11+
const buffer = process.env.CI ? 50 : 20
1212

1313
const transitionFinish = (time = duration) => timeout(time + buffer)
1414

0 commit comments

Comments
 (0)