Skip to content

Commit

Permalink
Increase the timeout to prevent timeouts when uploading a large direc…
Browse files Browse the repository at this point in the history
…tory (#99)

Co-authored-by: Tim Jacomb <[email protected]>
  • Loading branch information
WenjunMao and timja authored Mar 15, 2024
1 parent 658454b commit b6e2724
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public String getUrl() {
private static class UploadToBlobStorage extends MasterToSlaveFileCallable<Void> {

public static final int MAX_QUEUE_SIZE_IN_NETTY = 500;
public static final int TIMEOUT = 30;
public static final int TIMEOUT = 600;
private final ProxyConfiguration proxy;
private final String blobEndpoint;
private final List<UploadObject> uploadObjects;
Expand Down

0 comments on commit b6e2724

Please sign in to comment.