Stop exporting cl args and upload stdout and stderr as artifacts

This commit is contained in:
Vladimir Repin
2022-11-14 18:40:15 +03:00
committed by GitHub
parent 5808241dd7
commit 9e4f68acad
8 changed files with 27 additions and 18 deletions

View File

@@ -8,7 +8,7 @@ def run_tests(proc, test_dir):
start_time = time.time()
while time.time()-start_time < timeout_threshold:
try:
requests.head("http://localhost:80/")
requests.head("http://localhost:7860/")
break
except requests.exceptions.ConnectionError:
if proc.poll() is not None: