From 6779e381e59092b317a63356180db9a832ffb47d Mon Sep 17 00:00:00 2001 From: Kirill Isakov Date: Fri, 2 Jul 2021 00:10:02 +0600 Subject: [PATCH] test/legacy-protocol.test: fix intermittent "Cannot read greeting from control socket" --- test/legacy-protocol.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/legacy-protocol.test b/test/legacy-protocol.test index 929d2228..52058774 100755 --- a/test/legacy-protocol.test +++ b/test/legacy-protocol.test @@ -75,7 +75,7 @@ $tinc $c2 set ExperimentalProtocol no $tinc $c1 start $r1 $tinc $c2 start $r2 -sleep 1 +sleep 5 test `$tinc $c1 dump reachable nodes | wc -l` = 1 test `$tinc $c2 dump reachable nodes | wc -l` = 1 -- 2.20.1