Skip to content

Commit

Permalink
GH-2960: Changed time unit in QueryExecDataset from microseconds to m…
Browse files Browse the repository at this point in the history
…illiseconds.
  • Loading branch information
Aklakan authored and afs committed Jan 19, 2025
1 parent e1c101e commit d95dd49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public QueryExecDatasetBuilder initialBinding(Binding binding) {

@Override
public QueryExecDatasetBuilder timeout(long timeout) {
return timeout(timeout, TimeUnit.MICROSECONDS);
return timeout(timeout, TimeUnit.MILLISECONDS);
}

@Override
Expand Down

0 comments on commit d95dd49

Please sign in to comment.