Skip to content

Commit

Permalink
test(server): reduce time to wait for unix socket listening
Browse files Browse the repository at this point in the history
  • Loading branch information
knagaitsev committed Aug 12, 2019
1 parent b352448 commit 8577191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server/utils/startUnixSocket.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ describe('startUnixSocket', () => {
setTimeout(() => {
expect(userCallback).toBeCalledTimes(1);
done();
}, 10000);
}, 3000);
});

afterAll((done) => {
Expand Down

0 comments on commit 8577191

Please sign in to comment.