Skip to content

Commit 355a97f

Browse files
committed
Increase timeout for lock test
1 parent cc67665 commit 355a97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/User.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ describe('User API', () => {
721721

722722
const N = 5;
723723
it(`should lock account after ${N} times`, function (done) {
724-
this.timeout(3000);
724+
this.timeout(5000);
725725

726726
const promises = [];
727727
for (let i = 0; i < N; i++) {

0 commit comments

Comments
 (0)