You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2023/02/03 10:21:55 UTC

[ozone] branch master updated: HDDS-7881. Intermittent timeout in basic acceptance test (#4243)

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 4ded8faff3 HDDS-7881. Intermittent timeout in basic acceptance test (#4243)
4ded8faff3 is described below

commit 4ded8faff3dbf81ab93e4863590620320a72d1c9
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Fri Feb 3 11:21:48 2023 +0100

    HDDS-7881. Intermittent timeout in basic acceptance test (#4243)
---
 hadoop-ozone/dist/src/main/smoketest/basic/ozone-shell-single.robot | 2 +-
 hadoop-ozone/dist/src/main/smoketest/basic/ozone-shell.robot        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hadoop-ozone/dist/src/main/smoketest/basic/ozone-shell-single.robot b/hadoop-ozone/dist/src/main/smoketest/basic/ozone-shell-single.robot
index 65eabaeeaa..ab2a50b6aa 100644
--- a/hadoop-ozone/dist/src/main/smoketest/basic/ozone-shell-single.robot
+++ b/hadoop-ozone/dist/src/main/smoketest/basic/ozone-shell-single.robot
@@ -18,7 +18,7 @@ Documentation       Test ozone shell CLI usage
 Library             OperatingSystem
 Resource            ../commonlib.robot
 Resource            ozone-shell-lib.robot
-Test Timeout        5 minute
+Test Timeout        10 minutes
 Suite Setup         Generate prefix
 
 *** Test Cases ***
diff --git a/hadoop-ozone/dist/src/main/smoketest/basic/ozone-shell.robot b/hadoop-ozone/dist/src/main/smoketest/basic/ozone-shell.robot
index 3053cd909c..e00cfef06c 100644
--- a/hadoop-ozone/dist/src/main/smoketest/basic/ozone-shell.robot
+++ b/hadoop-ozone/dist/src/main/smoketest/basic/ozone-shell.robot
@@ -19,7 +19,7 @@ Library             OperatingSystem
 Resource            ../commonlib.robot
 Resource            ozone-shell-lib.robot
 Test Setup          Run Keyword if    '${SECURITY_ENABLED}' == 'true'    Kinit test user     testuser     testuser.keytab
-Test Timeout        5 minute
+Test Timeout        10 minutes
 Suite Setup         Generate prefix
 
 *** Test Cases ***


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org