Skip to content

test: increase timeout for redos checker in datetime.test.ts#5744

Open
rishadaufa wants to merge 1 commit intocolinhacks:mainfrom
rishadaufa:fix/datetime-test-timeout-node24
Open

test: increase timeout for redos checker in datetime.test.ts#5744
rishadaufa wants to merge 1 commit intocolinhacks:mainfrom
rishadaufa:fix/datetime-test-timeout-node24

Conversation

@rishadaufa
Copy link
Copy Markdown

This PR increases the timeout for the redos checker test case in src/v4/classic/tests/datetime.test.ts to 10s.

Why?

As documented in #5743 (and previously discussed in #5365), this test is hitting the 5s limit on node 24.12.0 (LTS). This provides a buffer for the recheck library's execution on newer V8 engines.

Verified on

  • Node 22 (Pass)
  • Node 24 (Pass)

Closes #5743

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Performance: Test timeout on node 24 (datetime validation)

1 participant