Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/cargo/itertools-0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix500526 authored Apr 30, 2024
2 parents 9192b21 + 6efe947 commit b9d11e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Check Spelling
uses: crate-ci/[email protected].9
uses: crate-ci/[email protected].10

build:
name: Build
Expand Down
2 changes: 1 addition & 1 deletion crates/utils/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ pub const fn default_fixed_backoff() -> bool {
#[must_use]
#[inline]
pub const fn default_rpc_timeout() -> Duration {
Duration::from_millis(50)
Duration::from_millis(150)
}

/// default candidate timeout ticks
Expand Down

0 comments on commit b9d11e2

Please sign in to comment.