Skip to content

Commit

Permalink
temp fix 01-sync_spec.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Dec 17, 2024
1 parent 76aa2c2 commit 41d2cdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/02-integration/09-hybrid_mode/01-sync_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,8 @@ describe("CP/DP config sync #" .. strategy .. " inc_sync=" .. inc_sync, function
end
end, 5)

ngx.sleep(0.5)

for i = 5, 2, -1 do
res = proxy_client:get("/" .. i)
assert.res_status(404, res)
Expand Down

0 comments on commit 41d2cdc

Please sign in to comment.