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:
19
19
dataserver : <%= ENV['ACTIVERECORD_UNITTEST_DATASERVER'] %>
20
20
tds_version : <%= ENV['ACTIVERECORD_UNITTEST_TDSVERSION'] %>
21
21
azure : <%= !ENV['ACTIVERECORD_UNITTEST_AZURE'].nil? %>
22
- timeout : <%= ENV['ACTIVERECORD_UNITTEST_AZURE'].present? ? 20 : nil %>
22
+ timeout : <%= ENV['ACTIVERECORD_UNITTEST_AZURE'].present? ? 20 : 10 %>
23
23
arunit2 :
24
24
<< : *default_connection_info
25
25
database : activerecord_unittest2
26
26
appname : SQLServerAdptrUnit2
27
27
dataserver : <%= ENV['ACTIVERECORD_UNITTEST_DATASERVER'] %>
28
28
tds_version : <%= ENV['ACTIVERECORD_UNITTEST_TDSVERSION'] %>
29
29
azure : <%= !ENV['ACTIVERECORD_UNITTEST_AZURE'].nil? %>
30
- timeout : <%= ENV['ACTIVERECORD_UNITTEST_AZURE'].present? ? 20 : nil %>
30
+ timeout : <%= ENV['ACTIVERECORD_UNITTEST_AZURE'].present? ? 20 : 10 %>
31
31
You can’t perform that action at this time.
0 commit comments