Skip to content

Commit

Permalink
fix: increase init timeout for backup test (#5317)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylezs authored Oct 8, 2024
1 parent 6cd25ce commit ff44204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/retrier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ mod tests {

task_scope(|scope| {
async move {
const INITIAL_TIMEOUT: Duration = Duration::from_millis(100);
const INITIAL_TIMEOUT: Duration = Duration::from_millis(300);

let retrier_client = RetrierClient::new(
scope,
Expand Down

0 comments on commit ff44204

Please sign in to comment.