Skip to content

Commit

Permalink
increase timeout to 3 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
magecnion committed Jan 28, 2025
1 parent f515608 commit d3e64ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/sync_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use std::{
};

const RPC_PORT: u32 = 9933;
const TIMEOUT: Duration = Duration::from_secs(90);
const TIMEOUT: Duration = Duration::from_secs(180);

fn is_synced() -> bool {
let request_body = json!({
Expand Down

0 comments on commit d3e64ca

Please sign in to comment.