Skip to content

Commit

Permalink
increase AWS Device Farm timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
fealebenpae committed Aug 15, 2023
1 parent bf2af73 commit b5a21cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/run-android-device-farm-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ runs:
- $DEVICEFARM_LOG_DIR
file_artifacts: |
Customer Artifacts.zip
timeout: 5400 # 1.5 hours
- run: |
Expand-Archive 'Customer Artifacts.zip' -DestinationPath artifacts
echo "results-path=${{ github.workspace }}/artifacts/Host_Machine_Files/`$DEVICEFARM_LOG_DIR/TestResults.Android.xml" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
Expand Down

0 comments on commit b5a21cd

Please sign in to comment.