From 56c43d398b23dcd68b00a3aa3f992af60fd9fb5d Mon Sep 17 00:00:00 2001 From: John Bender Date: Mon, 27 Jun 2011 10:44:51 -0700 Subject: [PATCH] white space and title change for the suite runner --- tests/unit/index.php | 2 +- tests/unit/runner.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/index.php b/tests/unit/index.php index 1d66ae1c..35dbb90e 100644 --- a/tests/unit/index.php +++ b/tests/unit/index.php @@ -6,7 +6,7 @@
-

jQuery Mobile Complete Test Suite

+

jQuery Mobile Test Suite

diff --git a/tests/unit/runner.js b/tests/unit/runner.js index 44d4a6a8..2f36e1ed 100644 --- a/tests/unit/runner.js +++ b/tests/unit/runner.js @@ -8,7 +8,7 @@ $.each(data.directories, function(i, dir){ asyncTest( dir, function(){ - var testTimeout = 2 * 60 * 1000, checkInterval = 2000; + var testTimeout = 3 * 60 * 1000, checkInterval = 2000; // establish a timeout for a given suite in case of async tests hanging var testTimer = setTimeout( function(){