Skip to content

Commit e9ae412

Browse files
committed
[GR-19732] Fix timeout for finalizer spec.
1 parent e4d5dfa commit e9ae412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/truffle/objspace/define_finalizer_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
end
3333
GC.start
3434
Truffle::Debug.drain_finalization_queue # Not needed for correctness
35-
channel.receive_timeout(3).should == :finalized
35+
channel.receive_timeout(TIME_TOLERANCE).should == :finalized
3636
end
3737

3838
end

0 commit comments

Comments
 (0)