Skip to content

Commit f57e0db

Browse files
committed
inc maxBlockDuration
1 parent 9d0f841 commit f57e0db

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/testrunner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ options = exports.options = {
4848
namespace: null,
4949

5050
// max amount of ms child can be blocked, after that we assume running an infinite loop
51-
maxBlockDuration: 1000
51+
maxBlockDuration: 2000
5252
};
5353

5454
/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "qunit",
33
"description": "QUnit testing framework for nodejs",
4-
"version": "0.7.3",
4+
"version": "0.7.4",
55
"author": "Oleg Slobodskoi <oleg008@gmail.com>",
66
"contributors": [
77
{

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ var testrunner = require("qunit");
100100
namespace: null,
101101

102102
// max amount of ms child can be blocked, after that we assume running an infinite loop
103-
maxBlockDuration: 1000
103+
maxBlockDuration: 2000
104104
}
105105
```
106106

0 commit comments

Comments
 (0)