Skip to content

Commit

Permalink
Increase benchmark validation timeout (#4225)
Browse files Browse the repository at this point in the history
* Increase benchmark validation timeout

* Reduce to 20
  • Loading branch information
marcotc authored Jan 10, 2025
1 parent aff0f7c commit 08041d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/datadog/tracing/validate_benchmarks_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
benchmarks_to_validate.each do |benchmark|
describe benchmark do
it 'runs without raising errors' do
expect_in_fork do
expect_in_fork(timeout_seconds: 20) do
load "./benchmarks/#{benchmark}.rb"
end
end
Expand Down

0 comments on commit 08041d2

Please sign in to comment.