I am getting session timeout exception in Selenium Grid and then the test case fails.
The error message is as follows
System.InvalidOperationException : Session [3d43d8c0-c3e6-482d-9d99-33520fe2a3a4] was terminated due to TIMEOUT
at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Remote.RemoteNavigator.Refresh()