mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
Add sleep to mimic
This commit is contained in:
parent
cfc9a2d169
commit
0653ee8385
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ inherit from `DomainPermissionView` (or DomainInvitationPermissionDeleteView).
|
|||
"""
|
||||
|
||||
import logging
|
||||
|
||||
import time
|
||||
from django.contrib import messages
|
||||
from django.contrib.messages.views import SuccessMessageMixin
|
||||
from django.db import IntegrityError
|
||||
|
@ -150,6 +150,7 @@ class DomainView(DomainBaseView):
|
|||
context["security_email"] = None
|
||||
return context
|
||||
context["security_email"] = security_email
|
||||
time.sleep(100)
|
||||
return context
|
||||
|
||||
def in_editable_state(self, pk):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue