HDFS-13927. Addendum: Improve TestDataNodeMultipleRegistrations#testDNWithInvalidStorageWithHA wait. Contributed by Ayush Saxena.

This commit is contained in:
Inigo Goiri 2018-09-26 09:50:09 -07:00
parent e5287a4fe0
commit 6275b42870
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ public class TestDataNodeMultipleRegistrations {
} }
return true; return true;
} }
}, 500, 10000); }, 500, 20000);
} finally { } finally {
cluster.shutdown(); cluster.shutdown();
} }