Skip to content

Commit a65964e

Browse files
committed
fix mocha timeouts on travis
- travis is much slower than local - mocha is much faster than ava - `bable/require` is at fault
1 parent 6427186 commit a65964e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/mocha.opts

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
--compilers js:babel-register
33
--require chai/register-assert
44
--require test/initializers
5+
--timeout=10000

0 commit comments

Comments
 (0)