Skip to content

Commit

Permalink
Adjust test code
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierchow committed Jun 22, 2016
1 parent c25a3d4 commit aebfc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/producer.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ describe('producer', function() {
newNsqd.kill();
done();
});
}, 2000);
}, 4000); //1st reconnect after 1 sec, then 2 sec later
});
});
});
Expand Down

0 comments on commit aebfc42

Please sign in to comment.