You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.