From 352653dcbee110f81f6465fcdc44cad568ced4e5 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Tue, 20 Mar 2012 13:55:38 +1100 Subject: [PATCH] increased the wait for file open, think it is what's breaking travis build --- test/fileAppender.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fileAppender.js b/test/fileAppender.js index ab8f3d3..3b8322b 100644 --- a/test/fileAppender.js +++ b/test/fileAppender.js @@ -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) {