Skip to content
Commit be96be09 authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Add general multiplier for find timeouts



Although the timeouts specified in the acceptance tests are enough in
most cases they may not be when running them in a slow system or
environment. For those situations a general multiplier for find
timeouts is added. It can be set in the "behat.yml" configuration file
to increase the timeout used in every find call (except those that used
a timeout of 0, as in those cases the element had to be already present
when finding it and whether the system is slow or not does not change
that).

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent a7e1833c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment