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.
2 parents bd7f161 + 2746dbb commit e97c2ffCopy full SHA for e97c2ff
Rakefile
@@ -86,11 +86,6 @@ namespace :spec do
86
87
namespace :cypress do
88
task :run_with_rails 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}, :ui_login => {:limit => 99999}}})'")
93
-
94
puts "\n== Starting Rails server =="
95
rails_pid = Bundler.with_original_env do
96
spawn("bin/rails s", [:out, :err] => "/dev/null")
0 commit comments