white space and title change for the suite runner

This commit is contained in:
John Bender 2011-06-27 10:44:51 -07:00
parent 008c5d7458
commit 56c43d398b
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
</head>
<body>
<div style="float: left; width: 500px;">
<h1 id="qunit-header"><a href="#">jQuery Mobile Complete Test Suite</a></h1>
<h1 id="qunit-header"><a href="#">jQuery Mobile Test Suite</a></h1>
<h2 id="qunit-banner"></h2>
<ol id="qunit-tests">
</ol>

View file

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