diff --git a/packages/e2e-tests/test/e2e-current-op.spec.ts b/packages/e2e-tests/test/e2e-current-op.spec.ts index a4ceba826..a57d1fab0 100644 --- a/packages/e2e-tests/test/e2e-current-op.spec.ts +++ b/packages/e2e-tests/test/e2e-current-op.spec.ts @@ -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);