diff options
author | Zandra <[email protected]> | 2016-04-04 15:44:21 +0200 |
---|---|---|
committer | Zandra <[email protected]> | 2016-04-05 15:43:53 +0200 |
commit | 993248db299f839a8f4573cc8fce21321f6f4687 (patch) | |
tree | ab005d0a8e7e9e00b97218ccacc95de38452ab79 /lib/kernel/test/erl_distribution_SUITE.erl | |
parent | c9f63aa227432e5adfb1a6743887c6c8d47a60b3 (diff) | |
download | otp-993248db299f839a8f4573cc8fce21321f6f4687.tar.gz otp-993248db299f839a8f4573cc8fce21321f6f4687.tar.bz2 otp-993248db299f839a8f4573cc8fce21321f6f4687.zip |
remove no_msg timeout, since its not needed and cause flapping
Diffstat (limited to 'lib/kernel/test/erl_distribution_SUITE.erl')
-rw-r--r-- | lib/kernel/test/erl_distribution_SUITE.erl | 1 |
1 files changed, 0 insertions, 1 deletions
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 |