]> source.dussan.org Git - nextcloud-server.git/commit
Add getter for the timeout multiplier
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Fri, 4 Aug 2017 11:12:40 +0000 (13:12 +0200)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Thu, 10 Aug 2017 11:34:38 +0000 (13:34 +0200)
commit340a774fe2b2931545d09ffbc224c71064bd7a5e
treeb3aa91d46ef628ab99fad8a6993818f7b0a38152
parent79f4b8566b054bd86998f078c863f54ff60b9033
Add getter for the timeout multiplier

In some cases the acceptance tests have to explicitly wait for something
to happen without using the "find" method from the actor; in those cases
the timeout multiplier needs to be taken into account too, so the test
cases must be able to retrieve it from the actor.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
tests/acceptance/features/core/Actor.php