Skip to content

Commit

Permalink
Increase timeout for the test
Browse files Browse the repository at this point in the history
  • Loading branch information
freearhey committed Jan 7, 2025
1 parent d7e28ae commit c436e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/commands/epg/grab.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('epg:grab', () => {
const expected = await zip.decompress(fs.readFileSync('tests/__data__/output/guide.xml.gz'))
const result = await zip.decompress(fs.readFileSync('tests/__data__/expected/guide.xml.gz'))
expect(expected).toEqual(result)
})
}, 30000)

it('can grab epg with wildcard as output', () => {
const cmd = `${ENV_VAR} npm run grab --- --channels=tests/__data__/input/epg-grab/sites/example.com/example.com.channels.xml --output=tests/__data__/output/guides/{lang}/{site}.xml`
Expand Down

0 comments on commit c436e75

Please sign in to comment.