algairim commented on code in PR #1333: URL: https://github.com/apache/brooklyn-server/pull/1333#discussion_r913798026
########## software/base/src/test/java/org/apache/brooklyn/tasks/kubectl/ContainerTaskTest.java: ########## @@ -103,6 +103,7 @@ public void testFailingContainerTask() { configBag.put("name", "test-container-task"); configBag.put("image", "perl"); configBag.put("commands", commands); + configBag.put("timeout", "1m"); Review Comment: Timeout is a default '1m' in the config key. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@brooklyn.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org