Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Oct 7, 2024
1 parent edf8e25 commit af2c696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/test/e2e-current-op.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('e2e currentOp', function () {

const OPERATION_TIME = 1_000;
const CURRENT_OP_WAIT_TIME = 100;
this.timeout(OPERATION_TIME * 2);
this.timeout(OPERATION_TIME * 5);

beforeEach(async function () {
helperShell = this.startTestShell({
Expand Down

0 comments on commit af2c696

Please sign in to comment.