Comment out SERVER_START_TIMEOUT definition in spec_helper.rb

This commit is contained in:
zinduolis
2025-08-27 21:20:24 +10:00
parent e93dc28174
commit 56b34649b7

View File

@@ -35,7 +35,7 @@ Dir['spec/support/*.rb'].each { |f| require f }
ENV['RACK_ENV'] ||= 'test' # Set the environment to test
ARGV.clear
SERVER_START_TIMEOUT = Integer(ENV['SERVER_START_TIMEOUT'] || 20)
# SERVER_START_TIMEOUT = Integer(ENV['SERVER_START_TIMEOUT'] || 20)
## BrowserStack config