File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ connections:
1919 dataserver : <%= ENV['ACTIVERECORD_UNITTEST_DATASERVER'] %>
2020 tds_version : <%= ENV['ACTIVERECORD_UNITTEST_TDSVERSION'] %>
2121 azure : <%= !ENV['ACTIVERECORD_UNITTEST_AZURE'].nil? %>
22- timeout : <%= ENV['ACTIVERECORD_UNITTEST_AZURE'].present? ? 20 : nil %>
22+ timeout : <%= ENV['ACTIVERECORD_UNITTEST_AZURE'].present? ? 20 : 10 %>
2323 arunit2 :
2424 << : *default_connection_info
2525 database : activerecord_unittest2
2626 appname : SQLServerAdptrUnit2
2727 dataserver : <%= ENV['ACTIVERECORD_UNITTEST_DATASERVER'] %>
2828 tds_version : <%= ENV['ACTIVERECORD_UNITTEST_TDSVERSION'] %>
2929 azure : <%= !ENV['ACTIVERECORD_UNITTEST_AZURE'].nil? %>
30- timeout : <%= ENV['ACTIVERECORD_UNITTEST_AZURE'].present? ? 20 : nil %>
30+ timeout : <%= ENV['ACTIVERECORD_UNITTEST_AZURE'].present? ? 20 : 10 %>
3131
You can’t perform that action at this time.
0 commit comments