When I run datadog cli in pipeline I keep getting pollingTimeout deprecation warning even though it is not configured in the script.
npm warn exec The following package was not found and will be installed: @datadog/datadog-ci@2.42.0 The 'pollingTimeout' property is deprecated. Please use 'batchTimeout' instead. If both 'pollingTimeout' and 'batchTimeout' properties exist, 'batchTimeout' is used!
Describe what you expected
I would expect the log not to appear If I define batchTimeout in the script
Bug description
When I run datadog cli in pipeline I keep getting pollingTimeout deprecation warning even though it is not configured in the script.
npm warn exec The following package was not found and will be installed: @datadog/datadog-ci@2.42.0 The 'pollingTimeout' property is deprecated. Please use 'batchTimeout' instead. If both 'pollingTimeout' and 'batchTimeout' properties exist, 'batchTimeout' is used!
Describe what you expected
I would expect the log not to appear If I define batchTimeout in the script
Steps to reproduce the issue
Run:
npx -p @datadog/datadog-ci@2.42.0 datadog-ci synthetics run-tests ... --batchTimeout 12000
Additional context
Command
synthetics