Skip to content

Commit

Permalink
Revert fuser command and include temporal print stack trace
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Oct 26, 2023
1 parent bf2822e commit 5c9e3e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
with:
timeout_minutes: 30
max_attempts: 3
command: |
fuser -k 4444/tcp
mvn -B test -Dtest=!Record*
command: mvn -B test -Dtest=!Record*
- name: Run tests on Mac
if: matrix.os == 'macos-latest'
uses: nick-fields/[email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public WebDriver createRemoteWebDriver(String remoteUrl,
}
} catch (Exception e1) {
try {
e1.printStackTrace();
log.trace("{} creating WebDriver object ({})",
e1.getClass().getSimpleName(), e1.getMessage());
if (System.currentTimeMillis() > timeoutMs) {
Expand Down

0 comments on commit 5c9e3e5

Please sign in to comment.