Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sreekanth <[email protected]>
  • Loading branch information
BulkBeing committed Feb 20, 2025
1 parent 60a0487 commit e88ae20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/serving/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ mod tests {
app_listen_port: 8443,
metrics_server_listen_port: 3001,
upstream_addr: "localhost:8888".into(),
drain_timeout_secs: 10,
drain_timeout_secs: 120,
redis: RedisConfig {
addr: "redis://redis:6379".into(),
max_tasks: 50,
Expand Down Expand Up @@ -333,7 +333,7 @@ mod tests {
app_listen_port: 8443,
metrics_server_listen_port: 3001,
upstream_addr: "localhost:8888".into(),
drain_timeout_secs: 10,
drain_timeout_secs: 120,
redis: RedisConfig {
addr: "redis://redis:6379".into(),
max_tasks: 50,
Expand Down

0 comments on commit e88ae20

Please sign in to comment.