fix: try fix

This commit is contained in:
Agnes Lin 2020-08-06 16:36:16 -04:00
parent b07cc21cf4
commit 1aa7e3f764
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ describe('transactions', function() {
describe('timeout', function() {
var post = {title: 't3', content: 'c3'};
before(createPostInTx(post, 2000));
before(createPostInTx(post, 500));
it('should invoke the timeout hook', function(done) {
currentTx.observe('timeout', function(context, next) {