Skip to content

Commit

Permalink
Revert "try longer timeout"
Browse files Browse the repository at this point in the history
This reverts commit 4f443b9.
  • Loading branch information
p committed Dec 9, 2024
1 parent c85a791 commit 54796a5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions spec/datadog/di/validate_benchmarks_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,7 @@

benchmarks_to_validate.each do |benchmark|
describe benchmark do
timeout = if benchmark == 'di_snapshot'
20
else
10
end
it("runs without raising errors") do
expect_in_fork(timeout_seconds: timeout) { load "./benchmarks/#{benchmark}.rb" }
end
it("runs without raising errors") { expect_in_fork { load "./benchmarks/#{benchmark}.rb" } }
end
end

Expand Down

0 comments on commit 54796a5

Please sign in to comment.