Skip to content

Commit

Permalink
add GLOBAL_DEFAULT_TIMEOUT
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Oct 31, 2024
1 parent 5491c03 commit 9a47aad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
XCODE_VERSION: 15.3
IOS_VERSION: 17.4
IPHONE_MODEL: iPhone 15 Plus
GLOBAL_DEFAULT_TIMEOUT: 300

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion appium/webdriver/extensions/android/gsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ def set_gsm_voice(self, state: str) -> Self:
return self

def _add_commands(self) -> None:
# noinspection PyProtectedMember,PyUnresolvedReferences
self.command_executor.add_command(Command.MAKE_GSM_CALL, 'POST', '/session/$sessionId/appium/device/gsm_call')
self.command_executor.add_command(Command.SET_GSM_SIGNAL, 'POST', '/session/$sessionId/appium/device/gsm_signal')
self.command_executor.add_command(Command.SET_GSM_VOICE, 'POST', '/session/$sessionId/appium/device/gsm_voice')

0 comments on commit 9a47aad

Please sign in to comment.