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 committed Mar 23, 2024
1 parent 0d3bfba commit 71c090f
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 71c090f

Please sign in to comment.