Skip to content

Commit

Permalink
Revert "Allow longer for S/R-after-reset test"
Browse files Browse the repository at this point in the history
This reverts commit 00830b6.
  • Loading branch information
rmunn committed Apr 11, 2024
1 parent 0faff81 commit b0f1fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Testing/SyncReverseProxy/SendReceiveServiceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ ... on DbError {
UserName = auth.Username,
Password = auth.Password
};
HgRunner.Run($"hg clone {hgwebUrl}{origProjectCode} {sourceProjectDir}", "", 45, progress);
HgRunner.Run($"hg push {hgwebUrl}{newProjectCode}", sourceProjectDir, 45, progress);
HgRunner.Run($"hg clone {hgwebUrl}{origProjectCode} {sourceProjectDir}", "", 15, progress);
HgRunner.Run($"hg push {hgwebUrl}{newProjectCode}", sourceProjectDir, 15, progress);

// Sleep 5 seconds to ensure hgweb picks up newly-pushed commits
await Task.Delay(TimeSpan.FromSeconds(5));
Expand Down

0 comments on commit b0f1fc8

Please sign in to comment.