Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gql] Increase EPOCH_DURATION_MS to reduce tests interacting with reconfiguration #20692

Merged
merged 3 commits into from
Dec 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
mvr-graphql-rpc side
  • Loading branch information
wlmyng committed Dec 23, 2024
commit 0629e00bf70a05f2d98033206f6e9df1a86cdafe
2 changes: 1 addition & 1 deletion crates/sui-mvr-graphql-rpc/src/test_infra/cluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use tokio_util::sync::CancellationToken;
use tracing::info;

const VALIDATOR_COUNT: usize = 4;
const EPOCH_DURATION_MS: u64 = 10000;
const EPOCH_DURATION_MS: u64 = 30_000;

const ACCOUNT_NUM: usize = 20;
const GAS_OBJECT_COUNT: usize = 3;
Expand Down