Skip to content

Commit

Permalink
increase duration, warmup for integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
  • Loading branch information
blt committed Apr 26, 2024
1 parent ee34d9e commit e6c43ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/sheepdog/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ impl IntegrationTest {
lading_config_template: lading_config.to_string(),
ducks_config,
tempdir,
experiment_duration: Duration::from_secs(1),
experiment_warmup: Duration::from_secs(0),
experiment_duration: Duration::from_secs(60),
experiment_warmup: Duration::from_secs(10),
})
}

Expand Down

0 comments on commit e6c43ff

Please sign in to comment.