From 7391c893c6ebf82a55dc0c3d5736005034fd7cf4 Mon Sep 17 00:00:00 2001 From: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:42:11 +0000 Subject: [PATCH] Use default timeout of 30s. --- src/mono/wasm/Wasm.Build.Tests/BrowserRunner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mono/wasm/Wasm.Build.Tests/BrowserRunner.cs b/src/mono/wasm/Wasm.Build.Tests/BrowserRunner.cs index 3d2dda1515a71a..eeef8b4c66672b 100644 --- a/src/mono/wasm/Wasm.Build.Tests/BrowserRunner.cs +++ b/src/mono/wasm/Wasm.Build.Tests/BrowserRunner.cs @@ -103,7 +103,7 @@ public async Task StartServerAndGetUrlAsync( public async Task SpawnBrowserAsync( string browserUrl, bool headless = true, - int timeout = 10000, + int? timeout = null, int maxRetries = 3, string language = "en-US" ) {