I have a test suite that I need to run daily. Both of these suites run in grid environment with 5 nodes. When I run tests in CHROME browser everything is ok. But when I run the suite in IE 11, I am facing issues. When I start the suite tests run on all 5 nodes. As the time passes only one node is running the tests and the test suite hangs. When I open the nodes I see no IE browser is open in other nodes and the one node where the browser is open, it is in loading state for homepage url.
Can you help me where to look for the issue.
THanks in advance