Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 4ef92cc

Browse files
committed
Increase timeout to 2 mins.
Use 2 min default timeout in all unit test assemblies.
1 parent 0f594db commit 4ef92cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/GitHub.InlineReviews.UnitTests/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
[assembly: AssemblyVersion("1.0.0.0")]
3737
[assembly: AssemblyFileVersion("1.0.0.0")]
3838

39-
[assembly: Timeout(2000)]
39+
[assembly: Timeout(2 /*minutes*/ * 60 * 1000)]

test/GitHub.UI.UnitTests/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
[assembly: AssemblyVersion("1.0.0.0")]
3737
[assembly: AssemblyFileVersion("1.0.0.0")]
3838

39-
[assembly: Timeout(2000)]
39+
[assembly: Timeout(2 /*minutes*/ * 60 * 1000)]

0 commit comments

Comments
 (0)