Skip to content

Commit

Permalink
test transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Mar 1, 2025
1 parent 2cbfeee commit d492c38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ mod tests {
#[test]
pub async fn test_watch_transaction_test() {
// Wrap the test function with a timeout of 45 seconds
let result = timeout(Duration::from_secs(45), test_watch_transaction()).await;
let result = timeout(Duration::from_secs(60), test_watch_transaction()).await;
// Assert whether the test completed within the timeout period
assert!(result.is_ok(), "Test timed out after 45 seconds");
}
Expand Down

0 comments on commit d492c38

Please sign in to comment.