diff --git a/test/index.js b/test/index.js index 7627ce665..cc5f6b088 100644 --- a/test/index.js +++ b/test/index.js @@ -5,7 +5,8 @@ const axios = require('axios') const path = require('path') const errorLog = 'error.log' -const timeout = 10000 +const timeout = 60000 +const delay = 200 let tests = 0 let channels = 0 @@ -38,6 +39,10 @@ async function testAllLinksIsWorking() { for(let channel of playlist) { + await new Promise(resolve => { + setTimeout(resolve, delay) + }) + channels++ try {