File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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/**
Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments