Revert back to 30 seconds of sleep in tests ui after creating a custom config

This commit is contained in:
Théophile Diot 2023-06-21 15:33:49 -04:00
parent b007916d6f
commit 7a524b43e6
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ WORKDIR /opt/tests_ui
COPY requirements.txt .
RUN pip install --no-cache -r requirements.txt
RUN MAKEFLAGS="-j $(nproc)" pip install --no-cache -r requirements.txt
RUN touch test.txt && \
zip test.zip test.txt && \

View File

@ -812,7 +812,7 @@ location /hello {
assert_alert_message(driver, "was successfully created")
sleep(60)
sleep(30)
driver.execute_script("window.open('http://www.example.com/hello','_blank');")
driver.switch_to.window(driver.window_handles[1])