Skip to content

Commit 271030c

Browse files
committed
fix: tests
1 parent e789d79 commit 271030c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/options.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,8 @@ mod tests {
326326
custom_assets_dir: None,
327327
stats_ttl: Duration::from_secs(3600),
328328
one_time_token_ttl: Duration::from_secs(604800),
329+
redis_connection_timeout: Duration::from_secs(10),
330+
redis_reconnection_max_delay: Duration::from_millis(10),
329331
}
330332
}
331333

0 commit comments

Comments
 (0)