Skip to content

Commit

Permalink
you have to actually override the default if you want it to work
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Sep 10, 2024
1 parent 68d4f26 commit 1d0ab52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/src/app/background/tasks/instance_reincarnation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ mod test {
let mut task = InstanceReincarnation::new(
datastore.clone(),
starter.clone(),
Duration::from_secs(60),
COOLDOWN,
);

let instance1_id = create_instance(
Expand Down

0 comments on commit 1d0ab52

Please sign in to comment.