Skip to content

Commit

Permalink
chore: modify stress tests for continuous integration environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Horusiath committed Nov 5, 2024
1 parent 99203cc commit cc14947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/collab/stress_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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, 40_000).await;
let expected = test_scenario.execute(collab, 25_000).await;

// wait for the writer to complete sync
writer.wait_object_sync_complete(&object_id).await.unwrap();
Expand Down

0 comments on commit cc14947

Please sign in to comment.