]
Dan Berindei updated ISPN-11857:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
AbstractInfinispanTest.eventually() default poll interval is too
long
---------------------------------------------------------------------
Key: ISPN-11857
URL:
https://issues.redhat.com/browse/ISPN-11857
Project: Infinispan
Issue Type: Task
Components: Core, Test Suite
Affects Versions: 11.0.0.Dev05, 10.1.8.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Major
Fix For: 11.0.0.CR1
Some of the {{AbstractInfinispanTest.eventually()}} overloads use a poll interval of
500ms, which is too long.
The overloads that use a message supplier, and {{eventuallyEquals()}}, use a dynamic
polling interval, starting at 65ms by default. All the overloads should use the same
strategy, and the overloads that use an explicit polling interval should be removed.