Comparing version 0.7.3 to 0.7.4
@@ -51,3 +51,3 @@ var fs = require('fs'), | ||
// max amount of ms child can be blocked, after that we assume running an infinite loop | ||
maxBlockDuration: 1000 | ||
maxBlockDuration: 2000 | ||
}; | ||
@@ -54,0 +54,0 @@ |
{ | ||
"name": "qunit", | ||
"description": "QUnit testing framework for nodejs", | ||
"version": "0.7.3", | ||
"version": "0.7.4", | ||
"author": "Oleg Slobodskoi <oleg008@gmail.com>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -103,3 +103,3 @@ ## QUnit testing framework for nodejs. | ||
// max amount of ms child can be blocked, after that we assume running an infinite loop | ||
maxBlockDuration: 1000 | ||
maxBlockDuration: 2000 | ||
} | ||
@@ -106,0 +106,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package