From e5d469b878270209853f192ac4d4551088a5677a Mon Sep 17 00:00:00 2001 From: gagik Date: Wed, 2 Oct 2024 16:06:21 +0200 Subject: [PATCH] Revert time change --- packages/e2e-tests/test/e2e-current-op.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);