IntelliJ is adding --test_timeout=9999 on debugging tests. How to change the value to 3600?
On setting --test_timeout=3000 explicitly, I see the following warning message:
WARNING: option '--java_debug' (source command line options) was expanded and now overrides the explicit option --test_timeout=3000 with --test_timeout=9999
How do I change the test_timeout value that's overriding my values?
Please sign in to leave a comment.