Skip to content

Commit 7a17245

Browse files
authored
Merge branch 'wrap-thread-only' into per-conn-thread-3
2 parents 5e29b83 + baf073f commit 7a17245

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

java-bigquery-jdbc/src/main/java/com/google/cloud/bigquery/jdbc/BigQueryDatabaseMetaData.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5337,6 +5337,7 @@ public Object get(long timeout, TimeUnit unit)
53375337
if (remainingMillis <= 0) {
53385338
remainingMillis = 1;
53395339
}
5340+
53405341
long delay = Math.min(remainingMillis, 50);
53415342
if (thread.getState() == Thread.State.NEW) {
53425343
Thread.sleep(delay);

0 commit comments

Comments
 (0)