Hello,
I have finished going through all the tests in gossiper_test.go, and after some work I manage to pass all of them individually. When running the entire file tough, it keeps running the test for more than 10 minutes (when pushing on gitlab, the pipeline fails because it runs for more than 10 minutes and 20 seconds). I am struggling to figure our the reason for such behaviour, since the tests have a timeout of 30s each. I have no experience with go and tests, so I am sorry if the question turns to be a silly one.
Regards!