diff options
Diffstat (limited to 'jest/customMatchers.js')
-rw-r--r-- | jest/customMatchers.js | 1 |
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 |