We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 008c5d7 commit 56c43d3Copy full SHA for 56c43d3
tests/unit/index.php
@@ -6,7 +6,7 @@
6
</head>
7
<body>
8
<div style="float: left; width: 500px;">
9
- <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>
10
<h2 id="qunit-banner"></h2>
11
<ol id="qunit-tests">
12
</ol>
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;
13
// establish a timeout for a given suite in case of async tests hanging
14
var testTimer = setTimeout( function(){
0 commit comments