Fix typo
This commit is contained in:
parent
b1b2801c71
commit
892d02ca1c
@ -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 * () {
|
||||
|
Loading…
Reference in New Issue
Block a user