Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into john/remove-omicron-z…
Browse files Browse the repository at this point in the history
…one-config-ip
  • Loading branch information
jgallagher committed Oct 18, 2024
2 parents 6c51121 + 7b3dd55 commit 6b6a993
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hakari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
toolchain: stable
- name: Install cargo-hakari
uses: taiki-e/install-action@42f4ec8e42bf7fe4dadd39bfc534566095a8edff # v2
uses: taiki-e/install-action@3e1dd227d968fb9fa43ff604bd9b0ccd1b714919 # v2
with:
tool: cargo-hakari
- name: Check workspace-hack Cargo.toml is up-to-date
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ update-engine = { path = "update-engine" }
url = "2.5.2"
usdt = "0.5.0"
uuid = { version = "1.10.0", features = ["serde", "v4"] }
uzers = "0.11"
uzers = "0.12"
walkdir = "2.5"
whoami = "1.5"
wicket = { path = "wicket" }
Expand Down
6 changes: 5 additions & 1 deletion gateway-test-utils/src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,11 @@ pub async fn test_setup_with_config(
future::ready(result)
},
&Duration::from_millis(100),
&Duration::from_secs(1),
// This seems like a pretty long time to wait for MGS to discover the
// simulated SPs, but we've seen tests fail due to timeouts here in the
// past, so we may as well be generous:
// https://github.com/oxidecomputer/omicron/issues/6877
&Duration::from_secs(30),
)
.await
.unwrap();
Expand Down

0 comments on commit 6b6a993

Please sign in to comment.