https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29565
--- Comment #4 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
