Skip to content

Commit 9a47aad

Browse files
committed
add GLOBAL_DEFAULT_TIMEOUT
1 parent 5491c03 commit 9a47aad

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/functional-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
XCODE_VERSION: 15.3
3030
IOS_VERSION: 17.4
3131
IPHONE_MODEL: iPhone 15 Plus
32+
GLOBAL_DEFAULT_TIMEOUT: 300
3233

3334
steps:
3435
- uses: actions/checkout@v3

appium/webdriver/extensions/android/gsm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ def set_gsm_voice(self, state: str) -> Self:
142142
return self
143143

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

0 commit comments

Comments
 (0)