We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d31782 commit ba751a2Copy full SHA for ba751a2
Rakefile
@@ -89,7 +89,7 @@ namespace :spec do
89
# Set the rate limit to a large number to avoid 429: Too Many Requests errors
90
# which can occur as cypress very quickly hits a lots of endpoints.
91
puts "\n== Removing rate limit =="
92
- exit $?.exitstatus unless system("bundle exec rails runner 'MiqServer.my_server.add_settings_for_resource(:server => {:rate_limiting => {:request => {:limit => 99999}}})'")
+ exit $?.exitstatus unless system("bundle exec rails runner 'MiqServer.my_server.add_settings_for_resource(:server => {:rate_limiting => {:request => {:limit => 99999}, :ui_login => {:limit => 99999}}})'")
93
94
puts "\n== Starting Rails server =="
95
rails_pid = Bundler.with_original_env do
0 commit comments