From af196cc1500280923d4dce46463bf12f07c99632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Wo=CC=81jcik?= <3044353+pwojcikdev@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:04:14 +0200 Subject: [PATCH] Extend test timeout --- nano/core_test/rep_crawler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nano/core_test/rep_crawler.cpp b/nano/core_test/rep_crawler.cpp index 1fbe024b74..1d52769df9 100644 --- a/nano/core_test/rep_crawler.cpp +++ b/nano/core_test/rep_crawler.cpp @@ -291,7 +291,7 @@ TEST (rep_crawler, two_reps_one_node) system.wallet (0)->insert_adhoc (nano::dev::genesis_key.prv); system.wallet (0)->insert_adhoc (second_rep.prv); - ASSERT_TIMELY_EQ (5s, node2.rep_crawler.representative_count (), 2); + ASSERT_TIMELY_EQ (15s, node2.rep_crawler.representative_count (), 2); auto reps = node2.rep_crawler.representatives (); ASSERT_EQ (2, reps.size ());