Skip to content

Commit

Permalink
fix(rust): increase timeout of rust test
Browse files Browse the repository at this point in the history
Signed-off-by: sayyedarib <[email protected]>
  • Loading branch information
sayyedarib authored and metaclips committed Oct 13, 2023
1 parent 87c9cb9 commit eec9a09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ mod test {
}

#[allow(non_snake_case)]
#[ockam_macros::test(timeout = 5_000)]
#[ockam_macros::test(timeout = 60_000)]
async fn producer__flow_with_mock_kafka__content_encryption_and_decryption(
context: &mut Context,
) -> ockam::Result<()> {
Expand Down

0 comments on commit eec9a09

Please sign in to comment.