Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit c4b83ca

Browse files
committed
More timeout
1 parent 0f2fa5b commit c4b83ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/IntegrationTests/Git/GitClientTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace IntegrationTests
99
[TestFixture]
1010
class GitClientTests : BaseGitEnvironmentTest
1111
{
12-
protected const int Timeout = 30000;
12+
protected static TimeSpan Timeout = TimeSpan.FromMinutes(5);
1313

1414
[Test]
1515
public async Task ShouldGetGitVersion()

0 commit comments

Comments
 (0)