Skip to content

Commit

Permalink
timeout 60
Browse files Browse the repository at this point in the history
  • Loading branch information
ityuany committed Feb 1, 2025
1 parent cbed4c6 commit 0be5f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/snm_node/src/factory/schedule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ impl Schedule {
let client = reqwest::Client::new();
let cache = client
.get(&node_schedule_url)
.timeout(Duration::from_secs(10))
.timeout(Duration::from_secs(60))
.send()
.await?
.json::<HashMap<String, ScheduleMetadata>>()
Expand Down

0 comments on commit 0be5f45

Please sign in to comment.