Skip to content

Commit 6e2024a

Browse files
committed
Bump timeout in "e2e Analytics Node" before hook's
1 parent e65c90b commit 6e2024a

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
@@ -49,7 +49,7 @@ describe('e2e Analytics Node', function () {
4949
);
5050
expect(helloIsWritablePrimary).to.contain('true');
5151
},
52-
{ timeout: 20_000 }
52+
{ timeout: 40_000 }
5353
);
5454
});
5555

0 commit comments

Comments
 (0)