aboutsummaryrefslogtreecommitdiffstats
path: root/test/server_poll.py
diff options
context:
space:
mode:
authorVladimir Repin <32306715+mezotaken@users.noreply.github.com>2022-11-14 15:40:15 +0000
committerGitHub <noreply@github.com>2022-11-14 15:40:15 +0000
commit9e4f68acad4697fdf10004eb85d3f6f769c2c70b (patch)
tree079eee1ca446de76e3608e393595eecade7fe34e /test/server_poll.py
parent5808241dd76983212ab8e27b07f72866671f0b2d (diff)
downloadstable-diffusion-webui-gfx803-9e4f68acad4697fdf10004eb85d3f6f769c2c70b.tar.gz
stable-diffusion-webui-gfx803-9e4f68acad4697fdf10004eb85d3f6f769c2c70b.tar.bz2
stable-diffusion-webui-gfx803-9e4f68acad4697fdf10004eb85d3f6f769c2c70b.zip
Stop exporting cl args and upload stdout and stderr as artifacts
Diffstat (limited to 'test/server_poll.py')
-rw-r--r--test/server_poll.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/server_poll.py b/test/server_poll.py
index e4462b6c..d4df697b 100644
--- a/test/server_poll.py
+++ b/test/server_poll.py
@@ -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: