[ https://issues.apache.org/jira/browse/GEODE-5424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16656055#comment-16656055 ]
ASF subversion and git services commented on GEODE-5424: -------------------------------------------------------- Commit 8fa6ef6205938767d0106810daca1f91ee8bb3a8 in geode's branch refs/heads/develop from Dan Smith [ https://gitbox.apache.org/repos/asf?p=geode.git;h=8fa6ef6 ] GEODE-5424: Replacing calls to waitForCriterion with Awaitility Replacing all of the calls to waitForCriterion with awaitility instead, to use a standard timeout. > Change all awaitility use to a standard timeout > ----------------------------------------------- > > Key: GEODE-5424 > URL: https://issues.apache.org/jira/browse/GEODE-5424 > Project: Geode > Issue Type: Task > Components: tests > Reporter: Dan Smith > Assignee: Dan Smith > Priority: Major > Labels: pull-request-available, swat > Fix For: 1.8.0 > > Time Spent: 1h 10m > Remaining Estimate: 0h > > Lets change all use of Awaitility in geode to use a standard timeout of 5 > minutes. > We could do this by introducing a new static factory that wraps > Awaitility.await(), eg GeodeAwaitility.await() that sets the timeout to be 5 > minutes, and bulk change all of our use of Awaitility to GeodeAwaitility. > While we're at it, we might also want to change the default poll delay and > poll interval to something smaller if that will speed up our tests. > Relevant discussion thread on geode dev list: > https://geode.markmail.org/thread/cm2cngqupjsbipch -- This message was sent by Atlassian JIRA (v7.6.3#76005)