chore: further reduce number of stress test steps to 10 000

This commit is contained in:
Bartosz Sypytkowski 2024-10-31 06:40:08 +01:00
parent 5109d814c9
commit 7b0c5613b3
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ async fn run_multiple_text_edits() {
// run test scenario
let collab = writer.collabs.get(&object_id).unwrap().collab.clone();
let expected = test_scenario.execute(collab, 25_000).await;
let expected = test_scenario.execute(collab, 10_000).await;
// wait for the writer to complete sync
writer.wait_object_sync_complete(&object_id).await.unwrap();