不要怂,就是干,撸起袖子干!

Commit b54bf2ac by sdepold

increase timeout

1 parent b0735510
Showing with 4 additions and 0 deletions
......@@ -5,6 +5,8 @@ if(typeof require === 'function') {
}
buster.spec.expose()
buster.testRunner.timeout = 1000
describe('QueryChainer', function() {
before(function() {
......@@ -36,6 +38,8 @@ describe('QueryChainer', function() {
this.queryChainer.run().success(function() {
assert(true)
done()
}).error(function(err) {
console.log(err)
})
emitter1.run()
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!