Skip to content

Commit

Permalink
test: increase simulator test max retries to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Jan 14, 2024
1 parent 333f2e1 commit c34e8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sim/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use tracing::{error, info};
use tracing_subscriber::fmt::format::FmtSpan;

/// The maximum number of attempts for each test.
const MAX_ATTEMPTS: usize = 3;
const MAX_ATTEMPTS: usize = 5;

static RUNTIME: OnceLock<Arc<Mutex<Runtime>>> = OnceLock::new();

Expand Down

0 comments on commit c34e8cd

Please sign in to comment.