increased the wait for file open, think it is what's breaking travis build

This commit is contained in:
Gareth Jones 2012-03-20 13:55:38 +11:00
parent cff6928761
commit 352653dcbe

View File

@ -88,7 +88,7 @@ vows.describe('log4js fileAppender').addBatch({
//give the system a chance to open the stream
setTimeout(function() {
fs.readdir(__dirname, that.callback);
}, 100);
}, 200);
},
'the log files': {
topic: function(files) {