diff --git a/lib/uiautomator2.js b/lib/uiautomator2.js index ea6add63e..64764bff6 100644 --- a/lib/uiautomator2.js +++ b/lib/uiautomator2.js @@ -328,7 +328,7 @@ class UiAutomator2Server { intervalMs: 100, }); } catch (err) { - this.log.errorAndThrow(`The instrumentation process might fail to stop within ${timeout}ms timeout.`); + this.log.warn(`The ${SERVER_TEST_PACKAGE_ID} process might fail to stop within ${timeout}ms timeout.`); } };