diff options
author | Mike Greiling <mgreiling@gitlab.com> | 2017-06-16 20:40:28 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2017-06-16 20:40:28 +0000 |
commit | e5a91870fd2a4eefd086aa88e3b5ea02e2fbc768 (patch) | |
tree | 53855e8f6ae27bf5ff5f1db6fe9b4e1d2c25c74b /config/karma.config.js | |
parent | f2505eb6ce87877f78ee90c8567f879bcd77642b (diff) | |
download | gitlab-ce-e5a91870fd2a4eefd086aa88e3b5ea02e2fbc768.tar.gz |
Increase karma socket timeout
Diffstat (limited to 'config/karma.config.js')
-rw-r--r-- | config/karma.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/karma.config.js b/config/karma.config.js index 978850e5d70..5911a9a7e10 100644 --- a/config/karma.config.js +++ b/config/karma.config.js @@ -54,6 +54,7 @@ module.exports = function(config) { subdir: '.', fixWebpackSourcePaths: true }; + karmaConfig.browserNoActivityTimeout = 60000; // 60 seconds } if (process.env.DEBUG) { |