Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit 4666fee

Browse files
Bump the wait interval here
Otherwise the current function may end up being in the compiler module.
1 parent 9f28ac4 commit 4666fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ stop_stats_timer_on_backoff_when_backoff_less_than_stats_timeout(_) ->
213213
{current_function,{gen_server2,process_next_msg,1}} =
214214
erlang:process_info(TestServer, current_function),
215215

216-
timer:sleep(Backoff + 50),
216+
timer:sleep(Backoff + 150),
217217

218218
{current_function,{erlang,hibernate,3}} =
219219
erlang:process_info(TestServer, current_function),

0 commit comments

Comments
 (0)