Skip to content

Commit 81e0202

Browse files
committed
add back missed diff change
1 parent 22c3ead commit 81e0202

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dotnet/test/common/Environment/RemoteSeleniumServer.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ public async Task StartAsync()
7979
{
8080
}
8181
}
82+
83+
if (!isRunning)
84+
{
85+
throw new TimeoutException("Could not start the remote selenium server in 30 seconds");
86+
}
8287
}
8388
}
8489

0 commit comments

Comments
 (0)