mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-13 00:53:10 +00:00
white space and title change for the suite runner
This commit is contained in:
parent
008c5d7458
commit
56c43d398b
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div style="float: left; width: 500px;">
|
<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>
|
<h2 id="qunit-banner"></h2>
|
||||||
<ol id="qunit-tests">
|
<ol id="qunit-tests">
|
||||||
</ol>
|
</ol>
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
$.each(data.directories, function(i, dir){
|
$.each(data.directories, function(i, dir){
|
||||||
asyncTest( dir, function(){
|
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
|
// establish a timeout for a given suite in case of async tests hanging
|
||||||
var testTimer = setTimeout( function(){
|
var testTimer = setTimeout( function(){
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue