Skip to content

Commit

Permalink
Add glocal test timeoput
Browse files Browse the repository at this point in the history
  • Loading branch information
Pretasoc committed May 15, 2023
1 parent a0659a4 commit 4426d19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions SingleInstanceManagerTests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
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
// COM, set the ComVisible attribute to true on that type.
[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")]
[assembly: Guid("cb5f6ca7-4030-4cd4-a76a-f5d6a1717da4")]
[assembly: Timeout(2000)]

0 comments on commit 4426d19

Please sign in to comment.