Skip to content

Commit

Permalink
mvr-graphql-rpc side
Browse files Browse the repository at this point in the history
  • Loading branch information
wlmyng committed Dec 23, 2024
1 parent 9696d21 commit 72916c0
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 72916c0

Please sign in to comment.