Skip to content

Commit

Permalink
this test is flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Nov 11, 2024
1 parent 18fde32 commit e0e902d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controllers/api/v1/bulk/queries_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class QueriesControllerTest < ActionController::TestCase
post :create, params: data
end

assert result.real < 5, "Expecting less than 5 seconds. Elapsed time: #{result.real} seconds\n"
assert result.real < 8, "Expecting less than 8 seconds. Elapsed time: #{result.real} seconds\n"
# puts "Elapsed time: #{result.real} seconds\n"

acase.reload
Expand Down

0 comments on commit e0e902d

Please sign in to comment.