Skip to content

Commit

Permalink
tests(cmd): fix flaky test (#14301)
Browse files Browse the repository at this point in the history
  • Loading branch information
ADD-SP authored Feb 21, 2025
1 parent b1cd4bb commit f040604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/02-integration/02-cmd/02-start_stop_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ describe("kong start/stop #" .. strategy, function()
assert(helpers.start_kong({
database = "off",
declarative_config = yaml_file,
nginx_worker_processes = 50, -- stress test initialization
nginx_worker_processes = 16, -- stress test initialization
nginx_conf = "spec/fixtures/custom_nginx.template",
}))

Expand Down

1 comment on commit f040604

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong-dev:f040604260411d63ab5099d2bfd825a203f515f6
Artifacts available https://github.com/Kong/kong/actions/runs/13449231844

Please # to comment.