diff --git a/airgun/views/host.py b/airgun/views/host.py index 7ddb3cf77..2e6ccce15 100644 --- a/airgun/views/host.py +++ b/airgun/views/host.py @@ -1,4 +1,5 @@ import re +import time from wait_for import wait_for from widgetastic.utils import ParametrizedLocator @@ -569,6 +570,7 @@ def before_fill(self, values): logger=self.logger, ) self.general.__getattribute__(field).fill(field_value) + time.sleep(1) class RecommendationWidget(GenericLocatorWidget):