mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +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>
|
||||
<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>
|
||||
|
|
|
|||
|
|
@ -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(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue