Skip to content

Commit

Permalink
modern sync: bump timeout
Browse files Browse the repository at this point in the history
Summary: Cause waiting 5 min is better than failing the sync due to timeout and restarting

Reviewed By: andreacampi

Differential Revision: D68747538

fbshipit-source-id: 556d94f85dfd77f3f3cf5f10648b14d61ad34e53
  • Loading branch information
lmvasquezg authored and facebook-github-bot committed Jan 28, 2025
1 parent 4469bb4 commit ef8ae32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eden/mononoke/modern_sync/src/sender/edenapi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ impl EdenapiSender {
.repo_name(&reponame)
.server_url(url)
.http_config(http_config)
.timeout(Duration::from_secs(20))
.timeout(Duration::from_secs(300))
.build()?;

client.health().await?;
Expand Down

0 comments on commit ef8ae32

Please sign in to comment.