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

Commit f7bdc68

Browse files
committed
Maybe upping the timeout a bit will do?
1 parent cb9a037 commit f7bdc68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/IntegrationTests/Events/RepositoryManagerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace IntegrationTests
1818
class RepositoryManagerTests : BaseGitEnvironmentTest
1919
{
2020
private RepositoryManagerEvents repositoryManagerEvents;
21-
private TimeSpan Timeout = TimeSpan.FromMilliseconds(800);
21+
private TimeSpan Timeout = TimeSpan.FromMilliseconds(1200);
2222

2323
public override void OnSetup()
2424
{

0 commit comments

Comments
 (0)