Skip to content

Commit

Permalink
Improve cross-domain mirrors test
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
  • Loading branch information
Jarema committed Jan 7, 2025
1 parent 775dc99 commit 7bd5f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async-nats/tests/kv_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ mod kv {
}
})
.retries(5)
.exponential_backoff(Duration::from_millis(500))
.exponential_backoff(Duration::from_millis(2000))
.await
.unwrap();

Expand Down

0 comments on commit 7bd5f3e

Please sign in to comment.