bump ospec version

This commit is contained in:
Leo Horie 2016-11-15 10:01:12 -05:00
parent 4b061dacfe
commit 249050e4c2
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
Noiseless testing framework
Version: 1.1
Version: 1.2
License: MIT
## About

View file

@ -72,7 +72,7 @@ module.exports = new function init() {
var fn = fns[cursor++]
if (fn.length > 0) {
var timeout = 0, delay = 40, s = new Date
var timeout = 0, delay = 200, s = new Date
var isDone = false
var body = fn.toString()
var arg = (body.match(/\(([\w_$]+)/) || body.match(/([\w_$]+)\s*=>/) || []).pop()