Skip to content

Commit

Permalink
Increasing timeouts on Windows/UWP/Android (#3532)
Browse files Browse the repository at this point in the history
* Increasing timeouts on Windows and UWP

* Increased timeout for android device farm

* Increased timeouts
  • Loading branch information
papafe authored Feb 22, 2024
1 parent ff31f4a commit 777d1a0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 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 @@ -22,6 +22,7 @@ runs:
with:
project_arn: ${{ inputs.project-arn}}
device_pool_arn: ${{ inputs.device-pool-arn }}
timeout: 3000
app_file: ${{ inputs.apk-path }}
app_type: ANDROID_APP
test_type: APPIUM_PYTHON
Expand Down
2 changes: 1 addition & 1 deletion .github/templates/test-net-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
run-tests:
runs-on: windows-latest
name: .NET Framework
timeout-minutes: 45
timeout-minutes: 60
steps:
- #@ template.replace(prepareTest("net-framework"))
- #@ template.replace(buildTests("Tests/Realm.Tests", TargetFramework="net461", RealmTestsStandaloneExe="true"))
Expand Down
2 changes: 1 addition & 1 deletion .github/templates/test-uwp-managed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
run-tests:
runs-on: windows-latest
name: UWP
timeout-minutes: 45
timeout-minutes: 60
steps:
- #@ template.replace(prepareTest("uwp-managed"))
- name: Import test certificate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-net-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run-tests:
runs-on: windows-latest
name: .NET Framework
timeout-minutes: 45
timeout-minutes: 60
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-uwp-managed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run-tests:
runs-on: windows-latest
name: UWP
timeout-minutes: 45
timeout-minutes: 60
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 777d1a0

Please sign in to comment.