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

Commit 830c827

Browse files
committed
Up the timeout on this test
1 parent 80cc01a commit 830c827

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 = 3000;
12+
protected const int Timeout = 30000;
1313

1414
[Test]
1515
public async Task ShouldGetGitVersion()

0 commit comments

Comments
 (0)