13 Jan
2022
13 Jan
'22
4:52 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29565 --- Comment #4 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Jonathan Druart from comment #1)
@ t/lib/Selenium.pm:50 @ sub new { ); bless $self, $class; $self->add_error_handler; - $self->driver->set_implicit_wait_timeout(5000); + $self->driver->set_implicit_wait_timeout(1000); return $self; }
This patch suggests to simply double the timeout.
5000*2=1000?? -- You are receiving this mail because: You are watching all bug changes.