mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
fix(test): increase timeout on sighup test
This commit is contained in:
parent
1e952ffd56
commit
83aca5b9d7
@ -45,5 +45,5 @@ test('file appender SIGHUP', (t) => {
|
||||
t.equal(openCalled, 1, 'open should be called once');
|
||||
t.equal(closeCalled, 1, 'close should be called once');
|
||||
t.end();
|
||||
}, 10);
|
||||
}, 100);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user