Skip to content

Commit 0206858

Browse files
committed
crank back down to 1s
1 parent c0b0ccd commit 0206858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/23.statement.iterate.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ describe('Statement#iterate()', function () {
247247
).to.throw(TypeError);
248248
});
249249

250-
it.only("should read and write non-trivial numbers of rows", function () {
251-
const insertRuntime = 10000
250+
it("should read and write non-trivial numbers of rows", function () {
251+
const insertRuntime = 1000
252252
this.timeout(insertRuntime * 2.5);
253253
const runUntil = Date.now() + insertRuntime
254254
let i = 0;

0 commit comments

Comments
 (0)