Skip to content

Commit

Permalink
Use new emulator and simulator device names
Browse files Browse the repository at this point in the history
  • Loading branch information
mugikhan committed Sep 19, 2024
1 parent d4d27b5 commit 13e9da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/scripts/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const _ = require('lodash');
const chalk = require('chalk');
const { program } = require('commander');

const DEFAULT_AVD_NAME = 'macOS-avd-x86_64-29';
const DEFAULT_SIMULATOR_NAME = 'iPhone 11';
const DEFAULT_AVD_NAME = 'Pixel_3a_API_34_extension_level_7_arm64-v8a';
const DEFAULT_SIMULATOR_NAME = 'iPhone 15 Pro Max';
const DEFAULT_PORT = 4243;
const TEST_TIMEOUT = 1_800_000; // 30 minutes

Expand Down

0 comments on commit 13e9da8

Please sign in to comment.