From 13c8193c25ab4bce5d914bfc682c55653abb88f4 Mon Sep 17 00:00:00 2001 From: Seunghwa Kang Date: Fri, 22 Nov 2024 17:08:08 -0800 Subject: [PATCH] update max iterations in HITS test --- cpp/tests/link_analysis/mg_hits_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/tests/link_analysis/mg_hits_test.cpp b/cpp/tests/link_analysis/mg_hits_test.cpp index eb2a9bcd721..83e76472260 100644 --- a/cpp/tests/link_analysis/mg_hits_test.cpp +++ b/cpp/tests/link_analysis/mg_hits_test.cpp @@ -91,7 +91,7 @@ class Tests_MGHits : public ::testing::TestWithParam d_mg_hubs(mg_graph_view.local_vertex_partition_range_size(), handle_->get_stream());