Skip to content

Commit

Permalink
feat: increased timeout for loading page
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-hd committed Oct 24, 2024
1 parent db12d1d commit 1c91706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_create_community_gis_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def navigate_to_search_native_land_digital_database_page(self):
self.accept_cookies()

self.fill_out_and_submit_account_creation_form()
time.sleep(5) # wait for response
time.sleep(10) # wait for response

# verify user is on select add boundary method page
assert self.select_add_boundary_method_path in self.py.url()
Expand Down

0 comments on commit 1c91706

Please sign in to comment.