commit 4c5920ba9a4a068ffbbaf1be4b20a4b30aa1c139
parent 5051b938aeac7acb22270e843579e470452ab6ad
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 29 May 2015 01:38:47 -0400
Remove stray this.timeout() call
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/test/tests/dbTest.js b/test/tests/dbTest.js
@@ -136,8 +136,6 @@ describe("Zotero.DB", function() {
describe("#executeTransaction()", function () {
it("should serialize concurrent transactions", Zotero.Promise.coroutine(function* () {
- this.timeout(1000);
-
var resolve1, resolve2, reject1, reject2;
var promise1 = new Promise(function (resolve, reject) {
resolve1 = resolve;