diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-04-28 15:36:54 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-04-28 15:36:54 +0200 |
commit | 281f6d55354ee097d3a5f59f02c09ac469e47908 (patch) | |
tree | 29ece99a54368a0b94c72fed1dc861b7498c445b /lib/plugins | |
parent | b4072a06c4846219ad391956e06382f0b5c20e0c (diff) | |
download | gitbook-281f6d55354ee097d3a5f59f02c09ac469e47908.zip gitbook-281f6d55354ee097d3a5f59f02c09ac469e47908.tar.gz gitbook-281f6d55354ee097d3a5f59f02c09ac469e47908.tar.bz2 |
Extend timeout for tests
Diffstat (limited to 'lib/plugins')
-rw-r--r-- | lib/plugins/__tests__/findInstalled.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/plugins/__tests__/findInstalled.js b/lib/plugins/__tests__/findInstalled.js index ce9da0a..93912d3 100644 --- a/lib/plugins/__tests__/findInstalled.js +++ b/lib/plugins/__tests__/findInstalled.js @@ -1,6 +1,3 @@ -jest.autoMockOff(); -jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000; - var path = require('path'); describe('findInstalled', function() { |