increased time to wait for scores to appear

This commit is contained in:
sose 2021-04-06 19:56:21 +00:00
parent c4101f86cc
commit d398e8489c
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ async function run(hltv_url, host, port) {
const hltv = nightmare
.goto(hltv_url)
.wait("div[class='teamrows']")
.wait(2000);
.wait(5000);
const request_handler = async function(request, response) {
response.writeHead(200, {