Skip to content

Commit 86d8ef6

Browse files
Update test expectations
1 parent fbfb2b1 commit 86d8ef6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/unit_inbroker_SUITE.erl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,15 +1696,15 @@ credit_flow_settings(Config) ->
16961696

16971697
credit_flow_settings1(_Config) ->
16981698
%% default values
1699-
passed = test_proc(200, 100),
1699+
passed = test_proc(400, 200),
17001700

1701-
application:set_env(rabbit, credit_flow_default_credit, {100, 300}),
1702-
passed = test_proc(100, 300),
1701+
application:set_env(rabbit, credit_flow_default_credit, {600, 300}),
1702+
passed = test_proc(600, 300),
17031703

17041704
application:unset_env(rabbit, credit_flow_default_credit),
17051705

17061706
% back to defaults
1707-
passed = test_proc(200, 100),
1707+
passed = test_proc(400, 200),
17081708
passed.
17091709

17101710
test_proc(InitialCredit, MoreCreditAfter) ->

0 commit comments

Comments
 (0)