From 770a9c267e4ebd108b277212a5509bfe3f183241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Cabeza=20Romero?= Date: Thu, 1 Feb 2024 00:03:35 +0100 Subject: [PATCH 1/2] Increase check timeouts to verify impact on flaky tests. --- tests/helpers.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/helpers.nim b/tests/helpers.nim index bfe468811a..f66bc53541 100644 --- a/tests/helpers.nim +++ b/tests/helpers.nim @@ -114,7 +114,7 @@ proc bridgedConnections*: (Connection, Connection) = proc checkExpiringInternal(cond: proc(): bool {.raises: [], gcsafe.} ): Future[bool] {.async.} = let start = Moment.now() while true: - if Moment.now() > (start + chronos.seconds(5)): + if Moment.now() > (start + chronos.seconds(10)): return false elif cond(): return true From e3c96dc857d6971d1cd2bcb562e26040959e95c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Cabeza=20Romero?= Date: Thu, 1 Feb 2024 00:04:32 +0100 Subject: [PATCH 2/2] Add go-libp2p-daemon library to gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f93a08d29b..7b5308ac18 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ tests/pubsub/testgossipsub examples/*.md nimble.develop nimble.paths +go-libp2p-daemon/