Skip to content

Commit

Permalink
fix run only sync test
Browse files Browse the repository at this point in the history
  • Loading branch information
magecnion committed Jan 27, 2025
1 parent a267ef2 commit b1c5f40
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(80); // It usually takes around 60 seconds to sync
const TIMEOUT: Duration = Duration::from_secs(90);

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

0 comments on commit b1c5f40

Please sign in to comment.