Changed timeout to 25000 for all envs

This commit is contained in:
Al Snow
2014-09-19 11:12:32 -04:00
parent d6a6864f73
commit 74d047507a
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ feature 'insecure direct object reference' do
pending(:if => verifying_fixed?) {
page.status_code.should == 200
page.response_headers['Content-Disposition'].should include('database.yml')
page.response_headers['Content-Length'].should == '712'
page.response_headers['Content-Length'].should == '713'
}
end