Skip to content

Commit

Permalink
* MDF [test] tests need more time
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann0222 <yukang.wei@emqx.io>
  • Loading branch information
StargazerWayne committed Nov 15, 2023
1 parent 4ff63be commit a926e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanomq/apps/broker.c
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ broker(conf *nanomq_conf)

if (is_testing == true) {
// broker should hang on to accept request.
nng_msleep(1000);
nng_msleep(2000);
}

for (;;) {
Expand Down

0 comments on commit a926e05

Please sign in to comment.