Skip to content

Commit

Permalink
Use default timeout for launching the browser in WasmBuildTests (do…
Browse files Browse the repository at this point in the history
  • Loading branch information
ilonatommy authored and lambdageek committed Oct 3, 2024
1 parent 9707b4d commit ffa9af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/wasm/Wasm.Build.Tests/BrowserRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public async Task<string> StartServerAndGetUrlAsync(
public async Task<IBrowser> SpawnBrowserAsync(
string browserUrl,
bool headless = true,
int timeout = 10000,
int? timeout = null,
int maxRetries = 3,
string language = "en-US"
) {
Expand Down

0 comments on commit ffa9af9

Please sign in to comment.