mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 02:47:02 -05:00
Update tvtv.us.config.js
This commit is contained in:
@@ -142,6 +142,8 @@ function parseItems(content) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function wait(ms) {
|
function wait(ms) {
|
||||||
|
if (process.env.NODE_ENV === 'test') return
|
||||||
|
|
||||||
return new Promise(resolve => {
|
return new Promise(resolve => {
|
||||||
setTimeout(resolve, ms)
|
setTimeout(resolve, ms)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user