Skip to content

Commit

Permalink
Remove sleep as not related
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko authored and diemol committed Mar 25, 2024
1 parent 9714542 commit d11f540
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dotnet/src/webdriver/DriverService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,6 @@ private bool WaitForServiceInitialization()
}

isInitialized = this.IsInitialized;

System.Threading.Thread.Sleep(100);
}

return isInitialized;
Expand Down

0 comments on commit d11f540

Please sign in to comment.