increased the wait for file open, think it is what's breaking travis build
This commit is contained in:
parent
cff6928761
commit
352653dcbe
@ -88,7 +88,7 @@ vows.describe('log4js fileAppender').addBatch({
|
|||||||
//give the system a chance to open the stream
|
//give the system a chance to open the stream
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
fs.readdir(__dirname, that.callback);
|
fs.readdir(__dirname, that.callback);
|
||||||
}, 100);
|
}, 200);
|
||||||
},
|
},
|
||||||
'the log files': {
|
'the log files': {
|
||||||
topic: function(files) {
|
topic: function(files) {
|
||||||
|
Loading…
Reference in New Issue
Block a user