huskies: merge 1210 story Gateway-side "digging in" notification for long tool-only turns
This commit is contained in:
@@ -102,6 +102,7 @@ mod tests {
|
||||
compact_seed_max_bytes: 8_000,
|
||||
cache_read_suggest_threshold: 50_000,
|
||||
compact_suggest_cooldown_secs: 3_600,
|
||||
digging_in_threshold_secs: 15,
|
||||
};
|
||||
run_projects_list(&ctx).await
|
||||
}
|
||||
@@ -224,6 +225,7 @@ mod tests {
|
||||
compact_seed_max_bytes: 8_000,
|
||||
cache_read_suggest_threshold: 50_000,
|
||||
compact_suggest_cooldown_secs: 3_600,
|
||||
digging_in_threshold_secs: 15,
|
||||
};
|
||||
let response = run_projects_list(&ctx).await;
|
||||
assert!(
|
||||
|
||||
Reference in New Issue
Block a user