ctubbsii commented on a change in pull request #1847:
URL: https://github.com/apache/accumulo/pull/1847#discussion_r548140174
##########
File path:
test/src/main/java/org/apache/accumulo/test/functional/ConcurrentDeleteTableIT.java
##########
@@ -52,7 +52,7 @@
public class ConcurrentDeleteTableIT extends AccumuloClusterHarness {
- @Test
+ @Test(timeout = 3 * 60 * 1000)
Review comment:
In the super class, we have a method that can be overridden called
`defaultTimeoutSeconds`, which probably would work better for this. The timeout
for that is scalable on the command-line with `-Dtimeout.factor=2` or similar.
See `SplitIT.java` for an example.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]