diff --git a/SingleInstanceManagerTests/Properties/AssemblyInfo.cs b/SingleInstanceManagerTests/Properties/AssemblyInfo.cs index e794375..4868455 100644 --- a/SingleInstanceManagerTests/Properties/AssemblyInfo.cs +++ b/SingleInstanceManagerTests/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ using System.Runtime.InteropServices; - +using NUnit.Framework; // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from @@ -7,4 +7,5 @@ [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("cb5f6ca7-4030-4cd4-a76a-f5d6a1717da4")] \ No newline at end of file +[assembly: Guid("cb5f6ca7-4030-4cd4-a76a-f5d6a1717da4")] +[assembly: Timeout(2000)] \ No newline at end of file