Github user arina-ielchiieva commented on a diff in the pull request:
https://github.com/apache/drill/pull/1085#discussion_r161208998
--- Diff: common/src/test/java/org/apache/drill/test/DrillTest.java ---
@@ -54,8 +56,7 @@
static MemWatcher memWatcher;
static String className;
- @Rule public final TestRule TIMEOUT = TestTools.getTimeoutRule(100000);
-
+ @Rule public final TestRule TIMEOUT = new
DisableOnDebug(TestTools.getTimeoutRule(100_000));
--- End diff --
Great enhancement!---
