Skip to content

Commit aa902b2

Browse files
committed
(PDB-5672) query.monitor/stop: fix timeout-ms reflection
1 parent 9f90581 commit aa902b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/puppetlabs/puppetdb/query/monitor.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
(reset! exit true)
356356
(.wakeup selector)
357357
(if timeout-ms
358-
(.join thread timeout-ms)
358+
(.join thread ^long timeout-ms)
359359
(.join thread))
360360
(not (.isAlive thread))))))
361361

0 commit comments

Comments
 (0)