Skip to content

Commit

Permalink
speed up tests by reducing the number of releases to 10 from 300
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinrp committed May 5, 2024
1 parent fea9c2e commit 9cc53a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fn create_client(config: &Config) -> Result<FileSystemClient> {

#[tokio::test(flavor = "multi_thread", worker_threads = 1)]
async fn client_incrementally_fetches() -> Result<()> {
const RELEASE_COUNT: usize = 300;
const RELEASE_COUNT: usize = 10;
const PACKAGE_NAME: &str = "test:package";

let (_server, config) = spawn_server(&root().await?, None, None, None).await?;
Expand Down

0 comments on commit 9cc53a6

Please sign in to comment.