Skip to content

Commit e48006a

Browse files
committed
test: increase timeout for ci
1 parent 1bbd9f4 commit e48006a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/edgeCases.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ test('proper dedupe on src-imports with options', done => {
188188
]
189189
}
190190
}, res => assertComponent(res, done))
191-
})
191+
}, 10000)
192192

193193
// #1351
194194
test('use with postLoader', done => {

0 commit comments

Comments
 (0)