Skip to content

Commit cd12414

Browse files
committed
timeout
1 parent e11116c commit cd12414

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/compass-e2e-tests/tests/atlas-cloud/global-writes.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ describe('Global writes', function () {
5252
let compass: Compass;
5353
let browser: CompassBrowser;
5454

55-
before(async function () {
55+
beforeEach(async function () {
56+
// Sharding a collection takes a bit longer
57+
this.timeout(1000 * 60 * 20);
5658
compass = await init(this.test?.fullTitle());
5759
browser = compass.browser;
5860
await browser.setupDefaultConnections();

0 commit comments

Comments
 (0)