Skip to content

[Tests] Microsoft Defender Advanced Threat Protection - Test - increase test timeout #24991

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions Tests/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -1996,17 +1996,20 @@
"integrations": "Microsoft Defender Advanced Threat Protection",
"playbookID": "Microsoft Defender Advanced Threat Protection - Test prod",
"instance_names": "microsoft_defender_atp_prod",
"is_mockable": false
"is_mockable": false,
"timeout": 200
},
{
"integrations": "Microsoft Defender Advanced Threat Protection",
"playbookID": "Microsoft Defender Advanced Threat Protection - Test dev",
"instance_names": "microsoft_defender_atp_dev"
"instance_names": "microsoft_defender_atp_dev",
"timeout": 200
},
{
"integrations": "Microsoft Defender Advanced Threat Protection",
"playbookID": "Microsoft Defender Advanced Threat Protection - Test self deployed",
"instance_names": "microsoft_defender_atp_dev_self_deployed"
"instance_names": "microsoft_defender_atp_dev_self_deployed",
"timeout": 200
},
{
"integrations": "Microsoft Defender Advanced Threat Protection",
Expand Down Expand Up @@ -4138,7 +4141,8 @@
],
"instance_names": [
"microsoft_defender_atp_dev_self_deployed"
]
],
"timeout": 200
},
{
"playbookID": "Polygon-Test",
Expand Down