Skip to content

Commit

Permalink
fix: integration test - reverting several things 6
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Jan 29, 2024
1 parent e0c9041 commit 85e55aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ if [[ $create_snapshot == true ]]; then
echo no | avdmanager create avd --force --name "${avd_name}" --package "${sdk}"

echo -e "\n\nWaiting for emulator to launch..."
nohup emulator -avd "${avd_name}" -netfast -no-window -no-audio -gpu swiftshader_indirect -no-boot-anim \
nohup emulator -avd "${avd_name}" -netdelay none -netspeed full -no-window -no-audio -gpu swiftshader_indirect -no-boot-anim \
-no-snapshot-load -verbose -port 5554 &> /dev/null &
wait_for $timeout_seconds check_launch
echo "$(adb devices | grep emulator-5554 | cut -f1) launch successful"
Expand Down Expand Up @@ -303,8 +303,8 @@ else
fi

echo -e "\n\nWaiting for emulator to launch..."
nohup emulator -avd "${avd_name}" -netfast -no-window -no-audio -gpu swiftshader_indirect -no-boot-anim \
-no-snapshot-save -verbose -port 5554 &> "${test_report_dir}/emulator.txt" &
nohup emulator -avd "${avd_name}" -netdelay none -netspeed full -no-window -no-audio -gpu swiftshader_indirect -no-boot-anim \
-no-snapshot-save -read-only -verbose -port 5554 &> "${test_report_dir}/emulator.txt" &
wait_for $timeout_seconds check_launch
echo "$(adb devices | grep emulator-5554 | cut -f1) launch successful"
wait_for $timeout_seconds check_device_online
Expand Down

0 comments on commit 85e55aa

Please sign in to comment.