Skip to content

Commit bb720fa

Browse files
committed
Use a shorter chain in the long faucet chain test
With the previous size it could take more than 6 hours to run in CI.
1 parent 8948a87 commit bb720fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: linera-service/tests/linera_net_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2859,7 +2859,7 @@ async fn test_end_to_end_faucet_with_long_chains(config: impl LineraNetConfig) -
28592859
let _guard = INTEGRATION_TEST_GUARD.lock().await;
28602860
tracing::info!("Starting test {}", test_name!());
28612861

2862-
let chain_count = test_iterations().unwrap_or(10_000);
2862+
let chain_count = test_iterations().unwrap_or(3_000);
28632863

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

0 commit comments

Comments
 (0)