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
1 changed files with 1 additions and 1 deletions

View File

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