Skip to content

Commit

Permalink
Bump timeout in "e2e Analytics Node" before hook's
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Oct 2, 2024
1 parent daa25b0 commit 49c8443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/test/e2e-analytics.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('e2e Analytics Node', function () {
);
expect(helloIsWritablePrimary).to.contain('true');
},
{ timeout: 20_000 }
{ timeout: 40_000 }
);
});

Expand Down

0 comments on commit 49c8443

Please sign in to comment.