do not reset EnvUtil.timeout_scale
Even if `setup` is omitted, but `teardown` is called and `EnvUtil.timeout_scale` was reset with `nil`.
This commit is contained in:
parent
46f3d82f40
commit
1ce10f3fbb
Notes:
git
2025-03-04 20:46:12 +00:00
@ -18,7 +18,9 @@ module MMTk
|
|||||||
end
|
end
|
||||||
|
|
||||||
def teardown
|
def teardown
|
||||||
EnvUtil.timeout_scale = @original_timeout_scale
|
if using_mmtk?
|
||||||
|
EnvUtil.timeout_scale = @original_timeout_scale
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
Loading…
x
Reference in New Issue
Block a user