Skip to content

Commit 0fccc45

Browse files
author
Blue F
authored
fix: Increase timeout for npm-webpack-dev-server tests (#22489)
1 parent 172c364 commit 0fccc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
22
spec: 'test/**/*.spec.ts',
3-
timeout: 10000,
3+
timeout: 15000,
44
}

0 commit comments

Comments
 (0)