Our builds can sometimes get stuck for long periods of time or forever (until killed). We should enforce a default timeout for all our integration tests by updating the defaultTimeoutSeconds() method in AccumuloITBase to enforce a global default timeout (5 minutes?).
Some tests may be taking longer than this default, so all tests should be run after applying the new default, and overrides established where needed for longer-running tests.
Our builds can sometimes get stuck for long periods of time or forever (until killed). We should enforce a default timeout for all our integration tests by updating the
defaultTimeoutSeconds()method inAccumuloITBaseto enforce a global default timeout (5 minutes?).Some tests may be taking longer than this default, so all tests should be run after applying the new default, and overrides established where needed for longer-running tests.