Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add progress to Copy-Item #18735

Merged
merged 15 commits into from
Jan 25, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
increase delay of slow predictor for unit test
  • Loading branch information
SteveL-MSFT committed Jan 25, 2023
commit 79f49150e14e8eb823cf8b7db48091f0a10b16ae
2 changes: 1 addition & 1 deletion test/xUnit/csharp/test_Prediction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public SuggestionPackage GetSuggestion(PredictionClient client, PredictionContex
{
// The delay is exaggerated to make the test reliable.
// xUnit must spin up a lot tasks, which makes the test unreliable when the time difference between 'delay' and 'timeout' is small.
Thread.Sleep(2000);
Thread.Sleep(3000);
}

// You can get the user input from the AST.
Expand Down