Skip to content

Commit 9191f6f

Browse files
committed
Bump timeout in "e2e Analytics Node" before hook's
1 parent e352aca commit 9191f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e-tests/test/e2e-analytics.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe('e2e Analytics Node', function () {
4646
);
4747
expect(helloIsWritablePrimary).to.contain('true');
4848
},
49-
{ timeout: 20_000 }
49+
{ timeout: 40_000 }
5050
);
5151
});
5252

0 commit comments

Comments
 (0)