Skip to content

Commit

Permalink
Debug & Fix XHarness Runs (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow authored Mar 14, 2024
1 parent b752406 commit 9654972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-xharness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
/bl:./artifacts/logs/msbuild-publish.binlog
- name: Run Tests
run: |
for i in $(seq 1 2)
for i in $(seq 1 3)
do
dotnet xharness apple test \
--target ios-simulator-64 \
--timeout="00:02:00" \
--timeout="00:03:00" \
--launch-timeout=00:06:00 \
--app sample/SampleMauiApp/bin/${{ env.TEST_CONFIGURATION }}/${{ env.TEST_TARGET_FRAMEWORK }}/${{ env.TEST_RUNTIME_IDENTIFIER }}/SampleMauiApp.app \
--output-directory artifacts \
Expand Down

0 comments on commit 9654972

Please sign in to comment.