[Koha-bugs] [Bug 29565] selenium/regressions.t can fail on slow boxes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 13 05:52:36 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29565

--- Comment #4 from Jonathan Druart <jonathan.druart+koha at 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.


More information about the Koha-bugs mailing list