Skip to content

Commit

Permalink
Increase timeout waiting for HALSimWS connection to 30s to accomodate…
Browse files Browse the repository at this point in the history
… CI on macos.
  • Loading branch information
brettle committed Jul 18, 2024
1 parent bec7c78 commit 69de227
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ private void waitForHALSimWSConnection() {
inst.flush();

try {
halSimWSConnected.get(10000, TimeUnit.MILLISECONDS);
halSimWSConnected.get(30000, TimeUnit.MILLISECONDS);
} catch (TimeoutException | InterruptedException
| ExecutionException e) {
throw new RuntimeException(
Expand Down

0 comments on commit 69de227

Please sign in to comment.