mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
added timeout tests
This commit is contained in:
@@ -70,4 +70,12 @@ var payloadOptions: Hapi.RoutePayloadConfigurationObject = {
|
||||
allow: 'multipart/form-data',
|
||||
maxBytes: 123,
|
||||
output: 'file',
|
||||
timeout: 1000
|
||||
};
|
||||
|
||||
var payloadOptions: Hapi.RoutePayloadConfigurationObject = {
|
||||
allow: 'multipart/form-data',
|
||||
maxBytes: 123,
|
||||
output: 'file',
|
||||
timeout: false
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user