mirror of
https://github.com/iptv-org/iptv.git
synced 2026-06-22 21:08:31 +08:00
Update test.js
Increase timeout up to 60 seconds
This commit is contained in:
parent
f80e4339e9
commit
77fd2f6720
@ -7,7 +7,7 @@ const config = {
|
||||
debug: process.env.npm_config_debug || false,
|
||||
country: process.env.npm_config_country,
|
||||
exclude: process.env.npm_config_exclude,
|
||||
timeout: 10000
|
||||
timeout: 60000
|
||||
}
|
||||
|
||||
let stats = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user