Skip to content

Commit 44e9771

Browse files
increase test run count
1 parent 9e1fb94 commit 44e9771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/transactions-convenient-api/transactions-convenient-api.prose.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe('Retry Backoff is Enforced', function () {
6161

6262
expect(failures).to.have.lengthOf(COMMIT_FAIL_TIMES);
6363

64-
expect(end - start).to.be.greaterThan(1500);
64+
expect(end - start).to.be.greaterThan(1250);
6565
}
6666
);
6767
}

0 commit comments

Comments
 (0)