From 1aa7e3f764ccfedd5ed9c9af1e54a31c05e55454 Mon Sep 17 00:00:00 2001 From: Agnes Lin Date: Thu, 6 Aug 2020 16:36:16 -0400 Subject: [PATCH] fix: try fix --- test/transaction.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/transaction.test.js b/test/transaction.test.js index 4b97996..38c8c0b 100644 --- a/test/transaction.test.js +++ b/test/transaction.test.js @@ -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) {