YARN-11607: TestTimelineAuthFilterForV2 fails intermittently (#6459) Contributed by Susheel Gupta.

Signed-off-by: Shilun Fan <slfan1989@apache.org>
This commit is contained in:
Susheel Gupta 2024-01-20 05:12:08 +05:30 committed by GitHub
parent 1036544480
commit d0df0689b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;