Skip to content

Commit

Permalink
remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineJac authored and tysoekong committed Apr 26, 2024
1 parent d005ab3 commit 8e3711b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/02-integration/22-ai_plugins/01-reports_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ for _, strategy in helpers.each_strategy() do

proxy_client:close()

ngx.sleep(0.1)

local _, reports_data = assert(reports_server:join())
reports_data = cjson.encode(reports_data)

Expand Down Expand Up @@ -226,8 +224,6 @@ for _, strategy in helpers.each_strategy() do
proxy_client:close()
proxy_client_2:close()

ngx.sleep(0.1)

local _, reports_data = assert(reports_server:join())
reports_data = cjson.encode(reports_data)

Expand Down

0 comments on commit 8e3711b

Please sign in to comment.