Skip to content

Commit

Permalink
feat: updated timeout seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-hd committed Oct 25, 2024
1 parent f70dd0d commit 8ff11df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/functional/test_create_community_gis_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from unittest.mock import patch

import faker
import pytest
from django.urls import reverse
from selenium.webdriver.common.alert import Alert

Expand Down Expand Up @@ -57,7 +56,7 @@ def select_native_land_method_and_submit(self):
with patch('communities.views.validate_recaptcha') as mock_validate_recaptcha:
mock_validate_recaptcha.return_value = True
self.py.get(".primary-btn").click()
time.sleep(5)
time.sleep(10)

def select_upload_shapefile_and_submit(self):
# pick upload shapefile radio button
Expand Down

0 comments on commit 8ff11df

Please sign in to comment.