Commit c369e0ea by Usman Khalid

Increase Karma's browserNoActivityTimeout to prevent timeouts on Jenkins.

parent 7bb96f66
...@@ -207,7 +207,9 @@ var getConfig = function (config, useRequireJs) { ...@@ -207,7 +207,9 @@ var getConfig = function (config, useRequireJs) {
// Concurrency level // Concurrency level
// how many browser should be started simultaneous // how many browser should be started simultaneous
concurrency: Infinity concurrency: Infinity,
browserNoActivityTimeout: 50000
}; };
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment