Update unifi.com.my.test.js

Added `--timeout=30000` to test command
This commit is contained in:
Aleksandr Statciuk 2023-01-12 00:30:58 +03:00
parent d46f4a485b
commit bdcfd656c7
1 changed files with 27 additions and 27 deletions

View File

@ -1,4 +1,4 @@
// npx epg-grabber --config=sites/unifi.com.my/unifi.com.my.config.js --channels=sites/unifi.com.my/unifi.com.my.channels.xml --output=guide.xml --days=2
// npx epg-grabber --config=sites/unifi.com.my/unifi.com.my.config.js --channels=sites/unifi.com.my/unifi.com.my.channels.xml --output=guide.xml --days=2 --timeout=30000
const { parser, url, request } = require('./unifi.com.my.config.js')
const dayjs = require('dayjs')