This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git


The following commit(s) were added to refs/heads/master by this push:
     new d55ea77c0b add note and increase timeout for intermittent failure
d55ea77c0b is described below

commit d55ea77c0bc7f06558468af51c301023b8052ef9
Author: Alex Heneveld <[email protected]>
AuthorDate: Fri May 31 10:13:02 2024 +0100

    add note and increase timeout for intermittent failure
---
 .../brooklyn/core/workflow/WorkflowNestedAndCustomExtensionTest.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/core/src/test/java/org/apache/brooklyn/core/workflow/WorkflowNestedAndCustomExtensionTest.java
 
b/core/src/test/java/org/apache/brooklyn/core/workflow/WorkflowNestedAndCustomExtensionTest.java
index 245cdd6143..5b8566c674 100644
--- 
a/core/src/test/java/org/apache/brooklyn/core/workflow/WorkflowNestedAndCustomExtensionTest.java
+++ 
b/core/src/test/java/org/apache/brooklyn/core/workflow/WorkflowNestedAndCustomExtensionTest.java
@@ -571,6 +571,7 @@ public class WorkflowNestedAndCustomExtensionTest extends 
RebindTestFixture<Test
     }
 
     @Test // a bit slow, but a good test of many things
+    // intermittent failures observed at jenkins 2024-05, line 751; increased 
COMPLETION_TIMEOUT to 30s in case that helps
     public void testCustomWorkflowLockInterrupted() throws Exception {
         CustomWorkflowLockInterruptedFixture fixture = new 
CustomWorkflowLockInterruptedFixture();
         fixture.run();
@@ -634,7 +635,7 @@ public class WorkflowNestedAndCustomExtensionTest extends 
RebindTestFixture<Test
         boolean INNER_ON_ERROR_REPLAY = true;
         boolean OPEN_GATE_EARLY = false;
         Consumer<String> waitABit = (phase) -> Time.sleep((long) (10 * 
Math.random()));
-        Duration COMPLETION_TIMEOUT = Duration.seconds(20);
+        Duration COMPLETION_TIMEOUT = Duration.seconds(30);
 
         public void run() throws Exception {
             // based on WorkflowInputOutputTest.testSetSensorAtomicRequire

Reply via email to