Skip to content

Conversation

@StefanStojanovic
Copy link
Contributor

Checklist
Description of change

Since migrating from Tap to Mocha it can be observed that sometimes tests will fail on Windows because of the "after all" hook is not executed within 2 seconds. This change increases the default timeout affecting that hook in order to avoid failures due to this hook timing out.

@cclauss
Copy link
Contributor

cclauss commented Jul 19, 2023

The Python lint error is fixed in #2886

@StefanStojanovic StefanStojanovic force-pushed the mefi-mocha-timeout-fix branch from 47815d0 to 308b309 Compare July 20, 2023 09:45
@StefanStojanovic StefanStojanovic force-pushed the mefi-mocha-timeout-fix branch from 308b309 to 56b4345 Compare July 24, 2023 09:44
Copy link
Contributor

@cclauss cclauss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@StefanStojanovic StefanStojanovic merged commit 445c28f into nodejs:main Jul 24, 2023
@cclauss
Copy link
Contributor

cclauss commented Jul 24, 2023

Landing this seems to cause errors on our GitHub Actions...

Starting test 'parallel installs (tarball)'
Test 'parallel installs (tarball)' failed in 599997 ms with Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/Users/runner/work/node-gyp/node-gyp/test/test-install.js)

lukekarrys pushed a commit that referenced this pull request Dec 2, 2024
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.

2 participants