Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(e2e-tests): add TestShell#eventually and refactor TestShell#executeLine and TestShell#waitForPrompt #2171

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Bump timeout in "e2e Analytics Node" before hook's
kraenhansen committed Oct 8, 2024

Verified

This commit was signed with the committer’s verified signature.
kraenhansen Kræn Hansen
commit f497436d9a45c1d6a52f4953a72ceddd088008ab
2 changes: 1 addition & 1 deletion packages/e2e-tests/test/e2e-analytics.spec.ts
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ describe('e2e Analytics Node', function () {
);
expect(helloIsWritablePrimary).to.contain('true');
},
{ timeout: 20_000 }
{ timeout: 40_000 }
);
});