diff --git a/.harness/SDK_androidclient_test.yaml b/.harness/SDK_androidclient_test.yaml index ecfd18e7a..289debfe8 100644 --- a/.harness/SDK_androidclient_test.yaml +++ b/.harness/SDK_androidclient_test.yaml @@ -41,12 +41,18 @@ pipeline: spec: paths: - "**/*.xml" - enableTestSplitting: true - testSplitStrategy: TestCount - failureStrategies: - - onFailure: - errors: [] - action: - type: Retry - spec: - retryCount: 1 + enableTestSplitting: false + failureStrategies: + - onFailure: + errors: + - InputTimeoutError + - Timeout + action: + type: Retry + spec: + retryCount: 1 + retryIntervals: + - 30s + onRetryFailure: + action: + type: MarkAsFailure