Skip to content

Commit be8e53b

Browse files
revert evg
1 parent 8487093 commit be8e53b

File tree

2 files changed

+975
-65
lines changed

2 files changed

+975
-65
lines changed

.evergreen/buildvariants-and-tasks.in.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const COMPASS_DISTRIBUTIONS = ["compass", "compass-isolated", "compass-readonly"
175175
176176
const BROWSERS = ["chrome", "firefox"];
177177
178-
const E2E_TEST_GROUPS_NUMBER = 1;
178+
const E2E_TEST_GROUPS_NUMBER = 3;
179179
const E2E_TEST_GROUPS = Array.from({ length: E2E_TEST_GROUPS_NUMBER }).map((_, i) => ({number: i + 1}));
180180
%>
181181

0 commit comments

Comments
 (0)