]> source.dussan.org Git - sonarqube.git/commitdiff
increase the retry timeout for web tests
authorStas Vilchik <vilchiks@gmail.com>
Mon, 21 Sep 2015 08:48:36 +0000 (10:48 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Mon, 21 Sep 2015 08:48:36 +0000 (10:48 +0200)
server/sonar-web/test/helpers/test-page.js

index aaa5e5b56ddfbef42e664d7f4d1aa4511a2596a5..38ddea3a8525c867da73d8d88ec664a58157ee05 100644 (file)
@@ -5,7 +5,7 @@ define(function (require) {
   var Command = require('intern/dojo/node!leadfoot/Command');
   var pollUntil = require('intern/dojo/node!leadfoot/helpers/pollUntil');
 
-  var DEFAULT_TIMEOUT = 4000;
+  var DEFAULT_TIMEOUT = 30000;
 
   Command.prototype.checkElementCount = function (selector, count) {
     return new this.constructor(this, function () {