summaryrefslogtreecommitdiffstats
path: root/jest
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-04-28 15:36:54 +0200
committerSamy Pessé <samypesse@gmail.com>2016-04-28 15:36:54 +0200
commit281f6d55354ee097d3a5f59f02c09ac469e47908 (patch)
tree29ece99a54368a0b94c72fed1dc861b7498c445b /jest
parentb4072a06c4846219ad391956e06382f0b5c20e0c (diff)
downloadgitbook-281f6d55354ee097d3a5f59f02c09ac469e47908.zip
gitbook-281f6d55354ee097d3a5f59f02c09ac469e47908.tar.gz
gitbook-281f6d55354ee097d3a5f59f02c09ac469e47908.tar.bz2
Extend timeout for tests
Diffstat (limited to 'jest')
-rw-r--r--jest/customMatchers.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jest/customMatchers.js b/jest/customMatchers.js
index a0dd7f9..4dd4f68 100644
--- a/jest/customMatchers.js
+++ b/jest/customMatchers.js
@@ -20,5 +20,6 @@ var matchers = {
};
jasmine.getEnv().beforeEach(function () {
+ jasmine.DEFAULT_TIMEOUT_INTERVAL = 20000;
jasmine.addMatchers(matchers);
}); \ No newline at end of file