From 4426d19c7afd4be0025c3e6c34ca6c359304ec0a Mon Sep 17 00:00:00 2001 From: Philemon Eichin Date: Mon, 15 May 2023 23:12:27 +0200 Subject: [PATCH] Add glocal test timeoput --- SingleInstanceManagerTests/Properties/AssemblyInfo.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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