This commit is contained in:
brianc 2016-07-19 10:17:40 -05:00
parent b1b2801c71
commit 892d02ca1c

View File

@ -2,7 +2,7 @@ var helper = require('./test-helper')
var co = require('co')
var tid = setTimeout(function() {
throw new Error('Tests did not complete in tme')
throw new Error('Tests did not complete in time')
}, 1000)
co(function * () {