Skip to content

Commit

Permalink
change to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Sep 20, 2023
1 parent c8f1e8f commit d149f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/uiautomator2.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.`);
}
};

Expand Down

0 comments on commit d149f8f

Please sign in to comment.