diff --git a/rustdoc/doc/doc/oak_functions_test_utils/fn.create_client.html b/rustdoc/doc/doc/oak_functions_test_utils/fn.create_client.html index 8234e28007..b0b8d5b6eb 100644 --- a/rustdoc/doc/doc/oak_functions_test_utils/fn.create_client.html +++ b/rustdoc/doc/doc/oak_functions_test_utils/fn.create_client.html @@ -1,6 +1,6 @@ create_client in oak_functions_test_utils - Rust

Function oak_functions_test_utils::create_client

source ยท
pub async fn create_client(
     port: u16,
     connection_timeout: Duration,
-) -> OakFunctionsClient
Expand description

Periodically try to create an OakFunctionsClient until it works.

+) -> OakFunctionsClient
Expand description

Periodically try to create an OakFunctionsClient until it works.

It will give up completely after connection_timeout

\ No newline at end of file