Skip to content

Commit

Permalink
Bump wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Oct 7, 2024
1 parent 270a98f commit 8d27637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/test/e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1945,7 +1945,7 @@ describe('e2e', function () {
let helperShell: TestShell;
let currentOpShell: TestShell;

const CURRENT_OP_WAIT_TIME = 100;
const CURRENT_OP_WAIT_TIME = 200;
const OPERATION_TIME = CURRENT_OP_WAIT_TIME * 2;

beforeEach(async function () {
Expand Down

0 comments on commit 8d27637

Please sign in to comment.