Skip to content

Commit 62b2c77

Browse files
committed
Update other clock_id
1 parent e11b977 commit 62b2c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/graphql/analysis/visitor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def initialize(query:, analyzers:, timeout:)
2525
@response_path = []
2626
@skip_stack = [false]
2727
@timeout_time = if timeout
28-
Process.clock_gettime(:CLOCK_MONOTONIC, :float_second) + timeout
28+
Process.clock_gettime(Process::CLOCK_MONOTONIC, :float_second) + timeout
2929
else
3030
Float::INFINITY
3131
end

0 commit comments

Comments
 (0)