fix: adjust test matrix for CI reliability

- Increase android_static_analysis timeout from 300s to 600s
  Android worker needs more time to start and complete analysis in CI

- Remove secret_detection from fast test suite
  Workflow experiences intermittent 404 in CI (timing/discovery issue)
  Still tested in full suite, gitleaks_detection and trufflehog_detection
  provide coverage of secrets worker in fast suite

Result: 4/4 fast tests should pass reliably
This commit is contained in:
tduhamel42
2025-10-29 16:11:02 +01:00
parent 2d045d37f2
commit 3fdbfcc6fd

View File

@@ -39,7 +39,7 @@ workflows:
working_directory: test_projects/android_test
parameters:
apk_path: "BeetleBug.apk"
timeout: 300
timeout: 600
platform_specific: true # Test on both amd64 and arm64
expected:
status: "COMPLETED"
@@ -149,7 +149,6 @@ test_suites:
workflows:
- android_static_analysis
- python_sast
- secret_detection
- gitleaks_detection
- trufflehog_detection
timeout: 900 # 15 minutes total