Skip to content

Commit

Permalink
Use a shorter chain in the long faucet chain test (#2564)
Browse files Browse the repository at this point in the history
With the previous size it could take more than 6 hours to run in CI.
  • Loading branch information
jvff authored Oct 3, 2024
1 parent 0dcd3b1 commit 0d583de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linera-service/tests/linera_net_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2859,7 +2859,7 @@ async fn test_end_to_end_faucet_with_long_chains(config: impl LineraNetConfig) -
let _guard = INTEGRATION_TEST_GUARD.lock().await;
tracing::info!("Starting test {}", test_name!());

let chain_count = test_iterations().unwrap_or(10_000);
let chain_count = test_iterations().unwrap_or(3_000);

let (mut net, faucet_client) = config.instantiate().await?;

Expand Down

0 comments on commit 0d583de

Please sign in to comment.