diff --git a/build.properties b/build.properties index 3bc6ad4..f0257d1 100644 --- a/build.properties +++ b/build.properties @@ -88,7 +88,7 @@ iterate.hive.cpp=odbc # (measured in milliseconds). Ignored if fork is disabled. When running # multiple tests inside the same Java VM (see forkMode), timeout # applies to the time that all tests use together, not to an individual test. -test.junit.timeout=43200000 +test.junit.timeout=86400000 # Use this property to selectively disable tests from the command line: # ant test -Dtest.junit.exclude="**/TestCliDriver.class"