sui_graphql_rpc::test_infra::cluster

Function wait_for_graphql_epoch_catchup

Source
pub async fn wait_for_graphql_epoch_catchup(
    client: &SimpleClient,
    epoch: u64,
    base_timeout: Duration,
)
Expand description

Ping the GraphQL server until its background task has updated the checkpoint watermark to the desired checkpoint.