[OLINGO-1517]The timeout for batch response is very low

This commit is contained in:
ramya vasanth 2021-03-19 15:05:10 +05:30
parent e32302bc32
commit aa9a12d82a
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ public abstract class AbstractODataStreamManager<T extends ODataResponse> extend
*/
@Override
public final T getResponse() {
return getResponse(30, TimeUnit.SECONDS);
return getResponse(300, TimeUnit.SECONDS);
}
/**