Skip to content

Commit

Permalink
add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
makeevrserg committed Jul 16, 2024
1 parent 8e3a735 commit bd3e3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-create-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- id: create_baseline_task
run: |
build_variant_uppercase=${{ steps.create_uppercase_variant.outputs.BUILD_VARIANT_NAME_UPPERCASE }}
no_test_param="-P android.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=BaselineProfile"
no_test_param="-P android.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=BaselineProfile -Pandroid.experimental.testOptions.managedDevices.setupTimeoutMinutes=3"
task_name="pixel7Api34Setup"
path=":instances:android:baselineprofile"
gradlew_full_task="$path:$task_name $no_test_param --stacktrace --info"
Expand Down

0 comments on commit bd3e3e9

Please sign in to comment.