Skip to content

Commit

Permalink
Try increasing the default timeout for server-cancelling tests to 5 s…
Browse files Browse the repository at this point in the history
…econds?
  • Loading branch information
MrMage committed Mar 19, 2018
1 parent dc451e4 commit 9b9ba22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/SwiftGRPCTests/ServerCancellingTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ class ServerCancellingTests: BasicEchoTestCase {
}

override func makeProvider() -> Echo_EchoProvider { return CancellingProvider() }

override var defaultTimeout: TimeInterval { return 5.0 }
}

extension ServerCancellingTests {
Expand Down

0 comments on commit 9b9ba22

Please sign in to comment.