From d0df0689b44ea38e632285725678ceea701e2e18 Mon Sep 17 00:00:00 2001 From: Susheel Gupta <38013283+susheelgupta7@users.noreply.github.com> Date: Sat, 20 Jan 2024 05:12:08 +0530 Subject: [PATCH] YARN-11607: TestTimelineAuthFilterForV2 fails intermittently (#6459) Contributed by Susheel Gupta. Signed-off-by: Shilun Fan --- .../timelineservice/security/TestTimelineAuthFilterForV2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-tests/src/test/java/org/apache/hadoop/yarn/server/timelineservice/security/TestTimelineAuthFilterForV2.java b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-tests/src/test/java/org/apache/hadoop/yarn/server/timelineservice/security/TestTimelineAuthFilterForV2.java index 8be3b64663..8877105c56 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-tests/src/test/java/org/apache/hadoop/yarn/server/timelineservice/security/TestTimelineAuthFilterForV2.java +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-tests/src/test/java/org/apache/hadoop/yarn/server/timelineservice/security/TestTimelineAuthFilterForV2.java @@ -337,7 +337,7 @@ public class TestTimelineAuthFilterForV2 { try { publishAndVerifyEntity(appId, entityTypeDir, entityType, numEntities); } catch (YarnException e) { - Thread.sleep(50); + Thread.sleep(100); continue; } return true;