Explorar o código

Try removing a sleep call in between tests under Linux.

Daniel Alm %!s(int64=7) %!d(string=hai) anos
pai
achega
3e6404268d
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      Tests/gRPCTests/EchoTests.swift

+ 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()
   }
 }