This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Newman.
Summary
Sets the time to wait for request responses.
- Assembly
- Cake
.Newman .dll - Namespace
- Cake
.Newman - Containing Type
- Newman
Settings Extensions
Syntax
public static NewmanSettings SetRequestTimeout(this NewmanSettings settings, int timeout)
Parameters
Name | Type | Description |
---|---|---|
settings | NewmanSettings | The settings. |
timeout | int | The time (in milliseconds) |
Return Value
Type | Description |
---|---|
NewmanSettings | The updated settings. |