test may run too fast sometimes

This commit is contained in:
Brandon Nozaki Miller 2017-02-13 23:27:11 -08:00 committed by GitHub
parent 524a63e88f
commit e865e949ce

View file

@ -4,7 +4,7 @@
const ipc = require('../../../../node-ipc'); const ipc = require('../../../../node-ipc');
ipc.config.id ='testClient'; ipc.config.id ='testClient';
ipc.config.retry = 600; ipc.config.retry = 900;
describe('Test Cases for Unix client: ', describe('Test Cases for Unix client: ',
function UnixClientSpec(){ function UnixClientSpec(){