Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
WWWcool committed Jan 31, 2025
1 parent d9ebbe6 commit a8113ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/shortener/test/shortener_general_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,9 @@ woody_timeout_test(C) ->
Params = construct_params(SourceUrl),
{Time, {error, {invalid_response_code, 503}}} =
timer:tc(fun() ->
shorten_url(Params, 30 * 1000, C2)
shorten_url(Params, 3 * 1000, C2)
end),
?assertMatch(V when V >= 3000000, Time).
?assertMatch(V when V >= 3000, Time).

%%
-spec health_check_passing(config()) -> _.
Expand Down

0 comments on commit a8113ad

Please sign in to comment.