Skip to content
Snippets Groups Projects
Commit 9d5e00ad authored by Karim Ahmed's avatar Karim Ahmed
Browse files

remove unneeded comment

parent d0440ff5
No related branches found
No related tags found
1 merge request!117Fix/reportservice timeout from conf
......@@ -252,8 +252,6 @@ async def server_runner(conf_file):
job_list += await parse_output(output[0].decode('utf8'))
try:
# make sure to timeout if waiting for jobs
# took more than 10 mins.
await asyncio.wait_for(wait_jobs(job_list),
timeout=jobs_timeout)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment