Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nickybondarenko committed Jul 15, 2024
1 parent 040d741 commit 6675ec3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Sources/Confidence/Confidence.swift
Original file line number Diff line number Diff line change
Expand Up @@ -358,10 +358,9 @@ extension Confidence {
return self
}

/**
Sets the timeout for the network requests to the Confidence backend.
The default is 10 seconds.
*/
/**
Set the timeout for the network request, defaulting to 10 seconds.
*/
public func withTimeout(timeout: Double) -> Builder {
self.timeout = timeout
return self
Expand Down

0 comments on commit 6675ec3

Please sign in to comment.