Lucene.Net.Tests.AssemblyInfo.cs: Removing global 20 second timeout, since we no longer have tests that are never finishing
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/99e4ef47 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/99e4ef47 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/99e4ef47 Branch: refs/heads/api-work Commit: 99e4ef47a9b6e59329a7fce6c493ffe45db8ab16 Parents: f51675f Author: Shad Storhaug <[email protected]> Authored: Fri Mar 24 18:47:13 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Fri Mar 24 18:47:13 2017 +0700 ---------------------------------------------------------------------- src/Lucene.Net.Tests/AssemblyInfo.cs | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/99e4ef47/src/Lucene.Net.Tests/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Tests/AssemblyInfo.cs b/src/Lucene.Net.Tests/AssemblyInfo.cs index 186be6b..c44ccf4 100644 --- a/src/Lucene.Net.Tests/AssemblyInfo.cs +++ b/src/Lucene.Net.Tests/AssemblyInfo.cs @@ -82,10 +82,6 @@ using System.Runtime.CompilerServices; [assembly: AssemblyKeyFile("")] [assembly: AssemblyKeyName("")] -#if !NETSTANDARD -[assembly: Timeout(20000)] -#endif - // LUCENENET specific - only allow tests in this assembly to run one at a time // to prevent polluting shared state.
