소스 검색

Try removing a sleep call in between tests under Linux.

Daniel Alm 7 년 전
부모
커밋
3e6404268d
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  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()
   }
 }