Skip to content

Commit e71d767

Browse files
authored
Merge pull request feathersjs-ecosystem#486 from feathers-plus/pr484
Trying to fix situational test failure soft-delete2-c timeout
2 parents 74b3127 + 828a720 commit e71d767

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)