Browse Source

try the testTimeout param instead

alexweissman 7 years ago
parent
commit
131743d255
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -130,7 +130,7 @@ module.exports = function (grunt) {
           build: testBuildNumber,
           build: testBuildNumber,
           tags: ['tests', 'qunit'],
           tags: ['tests', 'qunit'],
           urls: testUrls,
           urls: testUrls,
-          statusCheckAttempts: 180,
+          testTimeout: 8000,
           testname: 'QUnit test for Select2',
           testname: 'QUnit test for Select2',
           browsers: [
           browsers: [
             {
             {