The TestEnvironment() no-args constructor only checks the environment variables DEFAULT_TIMEOUT_MILLIS and DEFAULT_NO_SIGNALS_TIMEOUT_MILLIS. It does not check the DEFAULT_POLL_TIMEOUT_MILLIS env var which was added in #452
This can lead to the TCK taking a very long time to complete, especially if DEFAULT_TIMEOUT_MILLIS was set high.
The
TestEnvironment()no-args constructor only checks the environment variablesDEFAULT_TIMEOUT_MILLISandDEFAULT_NO_SIGNALS_TIMEOUT_MILLIS. It does not check theDEFAULT_POLL_TIMEOUT_MILLISenv var which was added in #452This can lead to the TCK taking a very long time to complete, especially if
DEFAULT_TIMEOUT_MILLISwas set high.