This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed
GitHub.InlineReviews.UnitTests/Properties
GitHub.UI.UnitTests/Properties
TrackingCollectionTests/Properties Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11using System . Reflection ;
22using System . Runtime . CompilerServices ;
33using System . Runtime . InteropServices ;
4+ using NUnit . Framework ;
45
56// General Information about an assembly is controlled through the following
67// set of attributes. Change these attribute values to modify the information
3435// [assembly: AssemblyVersion("1.0.*")]
3536[ assembly: AssemblyVersion ( "1.0.0.0" ) ]
3637[ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
38+
39+ [ assembly: Timeout ( 2000 ) ]
Original file line number Diff line number Diff line change 11using System . Reflection ;
22using System . Runtime . CompilerServices ;
33using System . Runtime . InteropServices ;
4+ using NUnit . Framework ;
45
56// General Information about an assembly is controlled through the following
67// set of attributes. Change these attribute values to modify the information
3435// [assembly: AssemblyVersion("1.0.*")]
3536[ assembly: AssemblyVersion ( "1.0.0.0" ) ]
3637[ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
38+
39+ [ assembly: Timeout ( 2000 ) ]
Original file line number Diff line number Diff line change 11using System . Reflection ;
22using System . Runtime . CompilerServices ;
33using System . Runtime . InteropServices ;
4+ using NUnit . Framework ;
45
56// General Information about an assembly is controlled through the following
67// set of attributes. Change these attribute values to modify the information
3435// [assembly: AssemblyVersion("1.0.*")]
3536[ assembly: AssemblyVersion ( "1.0.0.0" ) ]
3637[ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
38+
39+ [ assembly: Timeout ( 2000 ) ]
Original file line number Diff line number Diff line change 1010[ assembly: AssemblyDescription ( "" ) ]
1111
1212// The following GUID is for the ID of the typelib if this project is exposed to COM
13- [ assembly: Guid ( "7c0cb7e5-6c7b-4f11-8454-9e1a4747641c" ) ]
13+ [ assembly: Guid ( "7c0cb7e5-6c7b-4f11-8454-9e1a4747641c" ) ]
14+
15+ [ assembly: Timeout ( 2000 ) ]
You can’t perform that action at this time.
0 commit comments