From 993248db299f839a8f4573cc8fce21321f6f4687 Mon Sep 17 00:00:00 2001 From: Zandra Date: Mon, 4 Apr 2016 15:44:21 +0200 Subject: remove no_msg timeout, since its not needed and cause flapping --- lib/kernel/test/erl_distribution_SUITE.erl | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/kernel/test/erl_distribution_SUITE.erl') diff --git a/lib/kernel/test/erl_distribution_SUITE.erl b/lib/kernel/test/erl_distribution_SUITE.erl index 9951ac17e9..8d4747b679 100644 --- a/lib/kernel/test/erl_distribution_SUITE.erl +++ b/lib/kernel/test/erl_distribution_SUITE.erl @@ -911,7 +911,6 @@ monitor_nodes_otp_6481_test(Config, TestType) when is_list(Config) -> %% Verify that '{nodeup, Node}' comes before '{NodeMsg, 1}' (the message %% bringing up the connection). - no_msgs(500), {nodeup, Node} = receive Msg1 -> Msg1 end, {NodeMsg, 1} = receive Msg2 -> Msg2 end, %% msg stream has begun, kill the node -- cgit v1.2.3