diff --git a/.github/workflows/integ-test.yml b/.github/workflows/integ-test.yml index fea77bdd919..f038cee1b72 100644 --- a/.github/workflows/integ-test.yml +++ b/.github/workflows/integ-test.yml @@ -7,9 +7,10 @@ on: identifier: required: true type: string - pull_request_target: - branches: - - main + # pull_request_target: + # branches: + # - main + push: permissions: id-token: write @@ -33,35 +34,35 @@ jobs: fail-fast: false matrix: scheme: - - AWSMobileClient - - AWSAutoScaling - - AWSCloudWatch - - AWSComprehend - - AWSCore - - AWSDynamoDB - - AWSEC2 - - AWSElasticLoadBalancing - - AWSIoT - - AWSKMS - - AWSKinesis - - AWSKinesisVideoSignaling - - AWSLambda - - AWSLex - - AWSPinpoint - - AWSPolly - - AWSRekognition - - AWSS3 - - AWSSES - - AWSSNS - - AWSSQS - - AWSTextract - - AWSTranscribe + # - AWSMobileClient + # - AWSAutoScaling + # - AWSCloudWatch + # - AWSComprehend + # - AWSCore + # - AWSDynamoDB + # - AWSEC2 + # - AWSElasticLoadBalancing + # - AWSIoT + # - AWSKMS + # - AWSKinesis + # - AWSKinesisVideoSignaling + # - AWSLambda + # - AWSLex + # - AWSPinpoint + # - AWSPolly + # - AWSRekognition + # - AWSS3 + # - AWSSES + # - AWSSNS + # - AWSSQS + # - AWSTextract + # - AWSTranscribe - AWSTranscribeStreaming - - AWSTranslate + # - AWSTranslate include: - project: AWSiOSSDKv2.xcodeproj - - project: AWSAuthSDK/AWSAuthSDK.xcodeproj - scheme: AWSMobileClient + # - project: AWSAuthSDK/AWSAuthSDK.xcodeproj + # scheme: AWSMobileClient runs-on: macos-13 steps: @@ -89,7 +90,7 @@ jobs: -scheme ${{ matrix.scheme }} \ -sdk iphonesimulator \ -destination "platform=iOS Simulator,name=iPhone 14,OS=latest" \ - -only-testing:"${{ matrix.scheme }}Tests" | xcpretty --simple --color --report junit && exit ${PIPESTATUS[0]} + -only-testing:"${{ matrix.scheme }}Tests" && exit ${PIPESTATUS[0]} - name: Additional AWSMobileClient integration test targets if: ${{ matrix.scheme == 'AWSMobileClient' }} diff --git a/AWSTranscribeStreamingTests/AWSTranscribeStreamingSwiftTests.swift b/AWSTranscribeStreamingTests/AWSTranscribeStreamingSwiftTests.swift index 040ee250cb3..0fb61d8888f 100644 --- a/AWSTranscribeStreamingTests/AWSTranscribeStreamingSwiftTests.swift +++ b/AWSTranscribeStreamingTests/AWSTranscribeStreamingSwiftTests.swift @@ -22,7 +22,7 @@ class AWSTranscribeStreamingSwiftTests: XCTestCase { /// Use this as our timeout value for any operation that hits the network. Note that this may need to be higher /// than you think, to account for CI systems running in shared environments - private static let networkOperationTimeout = 30.0 + private static let networkOperationTimeout = 60.0 var transcribeStreamingClient: AWSTranscribeStreaming!