1 write to TimeoutInMilliseconds
Microsoft.AspNetCore.BrowserTesting (1)
BrowserManagerConfiguration.cs (1)
73TimeoutInMilliseconds = configuration.GetValue(nameof(TimeoutInMilliseconds), 30000);
2 references to TimeoutInMilliseconds
Microsoft.AspNetCore.BrowserTesting (2)
BrowserManager.cs (1)
140_browserManagerConfiguration.TimeoutInMilliseconds;
BrowserManagerConfiguration.cs (1)
73TimeoutInMilliseconds = configuration.GetValue(nameof(TimeoutInMilliseconds), 30000);