Skip to content

Commit fe8abc3

Browse files
committed
[fix] Add timeout in test_forgot_password
1 parent 503dd97 commit fe8abc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/runtests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ def test_forgot_password(self):
322322
"""Test forgot password to ensure that postfix is working properly."""
323323

324324
self.logout()
325+
time.sleep(0.3)
325326
self.open("/accounts/password/reset/")
326327
self.find_element(By.NAME, "email").send_keys("admin@example.com")
327328
self.find_element(By.CSS_SELECTOR, 'button[type="submit"]').click()

0 commit comments

Comments
 (0)