sleep a bit before checking again
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -99,6 +99,7 @@ class TestOpenIDConformance(SeleniumTestCase):
|
|||||||
uploaded_image += 1
|
uploaded_image += 1
|
||||||
if test_info["status"] in ["INTERRUPTED", "FINISHED"]:
|
if test_info["status"] in ["INTERRUPTED", "FINISHED"]:
|
||||||
return
|
return
|
||||||
|
sleep(0.1)
|
||||||
|
|
||||||
def get_screenshot(self):
|
def get_screenshot(self):
|
||||||
"""Get a screenshot, but resize the window first so we don't exceed 500kb"""
|
"""Get a screenshot, but resize the window first so we don't exceed 500kb"""
|
||||||
|
|||||||
Reference in New Issue
Block a user