Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3dc7fdc

Browse files
committed
Add 30s timeout to imageserver requests
1 parent c1521fb commit 3dc7fdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/image/assets/get_image_request_options.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ module.exports = function getRequestOpts(specs) {
2929
return {
3030
method: 'POST',
3131
url: constants.testContainerUrl,
32+
timeout: 30000,
3233
body: JSON.stringify(body)
3334
};
3435
};

0 commit comments

Comments
 (0)