-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
I've just started receiving more and more timed out. TBH It is rare to run proper tests... My config:
process.env.TS_NODE_PROJECT = './tsconfig.test.json';
module.exports = {
failWithoutAssertions: false,
extensions: [ 'js', 'ts' ],
files: [ './src/**/tests/**/*.ts', '!./src/**/tests/_utils/**/*.ts' ],
require: [ 'ts-node/register', 'source-map-support/register' ]
};I'm not sure what else I could add here - because there is no errors in the console, only

Increasing the timeout in config or in the single test does not help at all...
It looks like the async tests cause this trouble: test( '', async t => {} ): Running a single test without async works fine - and the results seem to appear exactly at the moment when the Timed out appears in async test 🤔
AVA: 4.2.0
Node: Tried various: 16.11.0. 16.15.0, 17.9.0, 18.2.0
OS: MacOS 12.2.1
Originally posted by @sculpt0r in #2494 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels