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

    https://github.com/apache/brooklyn-server/pull/225#discussion_r69133279
  
    --- Diff: 
test-framework/src/test/java/org/apache/brooklyn/test/framework/TestSshCommandTest.java
 ---
    @@ -278,6 +274,28 @@ public void shouldFailIfTestEntityHasNoMachine() 
throws Exception {
         }
         
         @Test
    +    public void shouldFailFastIfNoCommand() throws Exception {
    +        Map<String, ?> equalsZero = ImmutableMap.of(EQUALS, 0);
    +        
    +        TestSshCommand test = 
app.createAndManageChild(EntitySpec.create(TestSshCommand.class)
    +                .configure(TIMEOUT, Duration.ONE_MINUTE)
    --- End diff --
    
    The test passes for 0.5 s on my side so I think it is reasonable to shorten 
the limit to ten seconds?


---
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