What about if I did this

This commit is contained in:
2020-05-26 15:10:27 +01:00
parent e45e58321c
commit 920ea0d058
2 changed files with 7 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ class BaseRigboardTest(AutoLoginTest):
self.vatrate = models.VatRate.objects.create(start_at='2014-03-05', rate=0.20, comment='test1')
super().setUp()
self.client = models.Person.objects.create(name='Rigboard Test Person', email='rigboard@functional.test')
self.wait = WebDriverWait(self.driver, 5)
self.wait = WebDriverWait(self.driver, 10)
def select_event_type(self, event_type):
self.wait.until(animation_is_finished())

View File

@@ -1,2 +1,2 @@
[pep8]
[pycodestyle]
max-line-length = 320