Skip to content

Commit e1b0d5d

Browse files
committed
increase default
1 parent f5d3d36 commit e1b0d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/connect/class-api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ private function call( $url, $args = array(), $method = 'get' ) {
984984
}
985985

986986
// Set a long-ish timeout since uploads can be 20mb+.
987-
$args['timeout'] = 60; // phpcs:ignore
987+
$args['timeout'] = 90; // phpcs:ignore
988988

989989
// Adjust timeout for additional eagers if image_freeform or video_freeform is set.
990990
if ( ! empty( $args['body']['resource_type'] ) ) {

0 commit comments

Comments
 (0)