Remove stray this.timeout() call

This commit is contained in:
Dan Stillman 2015-05-29 01:38:47 -04:00
parent 5051b938ae
commit 4c5920ba9a

View File

@ -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;