This is an automated email from the ASF dual-hosted git repository.
nanda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new d83497827d HDDS-9801. Increase the timeout in
TestPipelineClose#testPipelineCloseWithPipelineAction. (#5702)
d83497827d is described below
commit d83497827d6beb0a2b8c57061bbe9c0cfe13ee44
Author: Nandakumar Vadivelu <[email protected]>
AuthorDate: Thu Nov 30 00:41:03 2023 +0530
HDDS-9801. Increase the timeout in
TestPipelineClose#testPipelineCloseWithPipelineAction. (#5702)
---
.../java/org/apache/hadoop/hdds/scm/pipeline/TestPipelineClose.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/pipeline/TestPipelineClose.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/pipeline/TestPipelineClose.java
index a5ca909b3e..b823f15798 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/pipeline/TestPipelineClose.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/pipeline/TestPipelineClose.java
@@ -199,7 +199,7 @@ public class TestPipelineClose {
}
}
return true;
- }, 500, 5000);
+ }, 500, 10000);
assertThrows(PipelineNotFoundException.class, () ->
pipelineManager.getPipeline(pipelineID),
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]