Github user metatype commented on a diff in the pull request:

    https://github.com/apache/incubator-geode/pull/265#discussion_r84112416
  
    --- Diff: 
geode-assembly/src/test/java/org/apache/geode/rest/internal/web/RestSecurityIntegrationTest.java
 ---
    @@ -94,7 +94,7 @@ public static void before() throws Exception {
       @Test
       public void testFunctions() throws Exception {
         String json = "{\"@type\":\"double\",\"@value\":210}";
    -
    +    Thread.sleep(500000);
    --- End diff --
    
    This seems like a really long pause for an integration test.  Is there 
another way to do this?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to