Update bin.test.js

This commit is contained in:
Aleksandr Statciuk 2021-10-13 22:52:49 +03:00
parent afc907b873
commit 7e0d7437cb
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ function stdoutResultTester(stdout) {
it('can load config', () => {
const result = execSync(
`node ${pwd}/bin/epg-grabber.js --config=tests/input/example.com.config.js`,
`node ${pwd}/bin/epg-grabber.js --config=tests/input/example.com.config.js --delay=0`,
{
encoding: 'utf8'
}
@ -26,7 +26,7 @@ it('can load mini config', () => {
--output=tests/output/mini.guide.xml \
--lang=fr \
--days=3 \
--delay=5000`,
--delay=0`,
{
encoding: 'utf8'
}