2
0
Эх сурвалжийг харах

Try removing a sleep call in between tests under Linux.

Daniel Alm 7 жил өмнө
parent
commit
3e6404268d

+ 0 - 6
Tests/gRPCTests/EchoTests.swift

@@ -76,12 +76,6 @@ class EchoTests: XCTestCase {
     server.server.stop()
     server = nil
 
-    #if os(Linux)
-      // Having to sleep here is really not a good solution,
-      // but it appears to help with fixing test flakes under Linux.
-      Thread.sleep(forTimeInterval: 1.0)
-    #endif
-
     super.tearDown()
   }
 }