]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: bump transition tests buffer in ci
authorEvan You <evan@vuejs.org>
Mon, 12 Aug 2024 00:07:41 +0000 (08:07 +0800)
committerEvan You <evan@vuejs.org>
Mon, 12 Aug 2024 00:07:41 +0000 (08:07 +0800)
packages/vue/__tests__/e2e/Transition.spec.ts

index 3a231e4cf02370321a15255d096c7418030c02fb..b9e9117289eef63f89591c44dccc98162eb2ef98 100644 (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)