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

date-rolling-file-appender
Gareth Jones 13 years ago
parent cff6928761
commit 352653dcbe

@ -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) {

Loading…
Cancel
Save