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

adoroszlai 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 c23b713d36 HDDS-10086. Intermittent timeout in TestSafeMode (#5945)
c23b713d36 is described below

commit c23b713d36da549711e4be3777253060225bcd57
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Jan 9 22:03:38 2024 +0100

    HDDS-10086. Intermittent timeout in TestSafeMode (#5945)
---
 .../src/test/java/org/apache/hadoop/fs/ozone/TestSafeMode.java          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestSafeMode.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestSafeMode.java
index f285abfaf7..ef46ec99d7 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestSafeMode.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestSafeMode.java
@@ -49,7 +49,7 @@ import static 
org.junit.jupiter.api.Assertions.assertInstanceOf;
 import static org.junit.jupiter.api.Assertions.assertThrows;
 import static org.junit.jupiter.api.Assertions.assertTrue;
 
-@Timeout(60)
+@Timeout(120)
 class TestSafeMode {
 
   private static final String VOLUME = "vol";


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to