Changed timeout to 25000 for all envs
This commit is contained in:
+4
-4
@@ -7,13 +7,13 @@ development:
|
|||||||
adapter: sqlite3
|
adapter: sqlite3
|
||||||
database: db/development.sqlite3
|
database: db/development.sqlite3
|
||||||
pool: 5
|
pool: 5
|
||||||
timeout: 15000
|
timeout: 25000
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
adapter: mysql2
|
adapter: mysql2
|
||||||
database: development_railsgoat
|
database: development_railsgoat
|
||||||
pool: 5
|
pool: 5
|
||||||
timeout: 15000
|
timeout: 25000
|
||||||
host: localhost
|
host: localhost
|
||||||
username: root
|
username: root
|
||||||
password:
|
password:
|
||||||
@@ -25,10 +25,10 @@ test:
|
|||||||
adapter: sqlite3
|
adapter: sqlite3
|
||||||
database: db/test.sqlite3
|
database: db/test.sqlite3
|
||||||
pool: 5
|
pool: 5
|
||||||
timeout: 15000
|
timeout: 25000
|
||||||
|
|
||||||
production:
|
production:
|
||||||
adapter: sqlite3
|
adapter: sqlite3
|
||||||
database: db/production.sqlite3
|
database: db/production.sqlite3
|
||||||
pool: 5
|
pool: 5
|
||||||
timeout: 5000
|
timeout: 25000
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ feature 'insecure direct object reference' do
|
|||||||
pending(:if => verifying_fixed?) {
|
pending(:if => verifying_fixed?) {
|
||||||
page.status_code.should == 200
|
page.status_code.should == 200
|
||||||
page.response_headers['Content-Disposition'].should include('database.yml')
|
page.response_headers['Content-Disposition'].should include('database.yml')
|
||||||
page.response_headers['Content-Length'].should == '712'
|
page.response_headers['Content-Length'].should == '713'
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user