Skip to content

Commit 828a720

Browse files
committed
Trying to fix situational test failure soft-delete2-c timeout
1 parent 9091cea commit 828a720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/services/soft-delete-2-c.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ describe('services softDelete2-c', () => {
100100
});
101101

102102
describe('test client/server interaction with authentication', function () {
103-
this.timeout(15000);
103+
this.timeout(50000);
104104

105105
let app;
106106
let server;

0 commit comments

Comments
 (0)