Skip to content

Commit 0d4798c

Browse files
yyx990803hefeng
authored and
hefeng
committed
ci: bump transition unit test duration
1 parent 50a6ee4 commit 0d4798c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/karma.base.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var webpackConfig = {
1919
__WEEX__: false,
2020
'process.env': {
2121
NODE_ENV: '"development"',
22-
TRANSITION_DURATION: 50,
22+
TRANSITION_DURATION: process.env.CI ? 100 : 50,
2323
TRANSITION_BUFFER: 10
2424
}
2525
})

0 commit comments

Comments
 (0)