Skip to content

Commit

Permalink
Revert time change
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Oct 2, 2024
1 parent fc4ca76 commit e5d469b
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 @@ -15,7 +15,7 @@ describe('e2e currentOp', function () {
let helperShell: TestShell;
let currentOpShell: TestShell;

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

Expand Down

0 comments on commit e5d469b

Please sign in to comment.