File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -870,11 +870,20 @@ axes:
870870 run_on : rhel70-small
871871 batchtime : 10080 # 7 days
872872
873+ # OSes that support versions of MongoDB>=2.6 and <4.0 with SSL.
874+ - id : os-no-40-plus
875+ display_name : OS
876+ values :
873877 - id : debian71-test
874878 display_name : " Debian 7.1"
875879 run_on : debian71-test
876880 batchtime : 10080 # 7 days
877881
882+ - id : ubuntu-12.04
883+ display_name : " Ubuntu 12.04"
884+ run_on : ubuntu1204-test
885+ batchtime : 10080 # 7 days
886+
878887 # OSes that support versions of MongoDB without SSL.
879888 - id : os-nossl
880889 display_name : OS
@@ -1164,6 +1173,16 @@ buildvariants:
11641173 - " .3.0"
11651174 - " .2.6"
11661175
1176+ - matrix_name : " tests-no-40-plus"
1177+ matrix_spec : {"os-no-40-plus": "*", auth-ssl: "*"}
1178+ display_name : " ${os-no-40-plus} ${auth-ssl}"
1179+ tasks :
1180+ - " .3.6"
1181+ - " .3.4"
1182+ - " .3.2"
1183+ - " .3.0"
1184+ - " .2.6"
1185+
11671186- matrix_name : " tests-nossl"
11681187 matrix_spec : {"os-nossl": "*", auth: "*", ssl: "nossl"}
11691188 display_name : " ${os-nossl} ${auth} ${ssl}"
Original file line number Diff line number Diff line change @@ -480,7 +480,7 @@ def run_threads(collection, target):
480480 t .start ()
481481
482482 for t in threads :
483- t .join (30 )
483+ t .join (60 )
484484 assert not t .isAlive ()
485485
486486
You can’t perform that action at this time.
0 commit comments