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 @@
-
+
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(){