Skip to content

Commit 56c43d3

Browse files
committed
white space and title change for the suite runner
1 parent 008c5d7 commit 56c43d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/unit/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</head>
77
<body>
88
<div style="float: left; width: 500px;">
9-
<h1 id="qunit-header"><a href="#">jQuery Mobile Complete Test Suite</a></h1>
9+
<h1 id="qunit-header"><a href="#">jQuery Mobile Test Suite</a></h1>
1010
<h2 id="qunit-banner"></h2>
1111
<ol id="qunit-tests">
1212
</ol>

tests/unit/runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
$.each(data.directories, function(i, dir){
1010
asyncTest( dir, function(){
11-
var testTimeout = 2 * 60 * 1000, checkInterval = 2000;
11+
var testTimeout = 3 * 60 * 1000, checkInterval = 2000;
1212

1313
// establish a timeout for a given suite in case of async tests hanging
1414
var testTimer = setTimeout( function(){

0 commit comments

Comments
 (0)