[
https://issues.apache.org/jira/browse/IGNITE-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15224141#comment-15224141
]
Pavel Tupitsyn edited comment on IGNITE-2924 at 4/4/16 2:26 PM:
----------------------------------------------------------------
* -Dmaven.javadoc.skip=true added to build step
* DotCover disabled (too much overhead, huge artifacts)
* socketTimeout set to 300 (default is 5000), removed extra endpoints: improves
join time a lot. Full test run is ~35% faster.
* Local .NET build time greatly improved:
** Code analysis disabled (it runs on TC anyway)
** "Copy Always" changed to "Copy If Newer" for all resources, so that rebuild
is not triggered every time
was (Author: ptupitsyn):
* -Dmaven.javadoc.skip=true added to build step
* DotCover disabled (too much overhead, huge artifacts)
* socketTimeout set to 300 (default is 5000), removed extra endpoints: improves
join time a lot
* Local .NET build time greatly improved:
** Code analysis disabled (it runs on TC anyway)
** "Copy Always" changed to "Copy If Newer" for all resources, so that rebuild
is not triggered every time
> .NET: Speed up unit tests
> -------------------------
>
> Key: IGNITE-2924
> URL: https://issues.apache.org/jira/browse/IGNITE-2924
> Project: Ignite
> Issue Type: Task
> Components: platforms
> Affects Versions: 1.1.4
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Minor
> Fix For: 1.6
>
>
> * Use multithreaded grid start in case of multiple nodes (as Java does)
> * Adjust discovery timeouts and see if it helps
> * See what causes other delays
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)