Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuhaotc committed Nov 25, 2020
1 parent 1b60213 commit b3f3f90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void TestMaintainerIndex_RetryFailed()
LastRetryUTCDate = DateTime.Now.AddDays(-1)
});

var retryTime = 3;
var retryTime = 10;
var codeSources = Array.Empty<CodeSource>();

while (retryTime > 0)
Expand Down

0 comments on commit b3f3f90

Please sign in to comment.