Skip to content

Commit

Permalink
Revert test to original value.
Browse files Browse the repository at this point in the history
  • Loading branch information
piohei committed Aug 21, 2024
1 parent 6e1f300 commit 5551a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_tests/scenarios/tests/insert_100.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async fn insert_100() -> anyhow::Result<()> {
let uri = format!("http://{}", docker_compose.get_local_addr());
let client = Client::new();

let identities = generate_test_commitments(1000);
let identities = generate_test_commitments(100);

for commitment in identities.iter() {
insert_identity_with_retries(&client, &uri, commitment, 10, 3.0).await?;
Expand Down

0 comments on commit 5551a33

Please sign in to comment.