[Tests]Increase WebView2 loading timeout (#29760)

This commit is contained in:
Davide Giacometti
2023-11-09 13:22:35 +01:00
committed by GitHub
parent 889de94fa2
commit 534b9673cd
2 changed files with 2 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ namespace MarkdownPreviewHandlerUnitTests
public class MarkdownPreviewHandlerTest
{
// A long timeout is needed. WebView2 can take a long time to load the first time in some CI systems.
private static readonly int HardTimeoutInMilliseconds = 30000;
private static readonly int HardTimeoutInMilliseconds = 60000;
private static readonly int SleepTimeInMilliseconds = 200;
[TestMethod]