areusch commented on a change in pull request #8395:
URL: https://github.com/apache/tvm/pull/8395#discussion_r663282014



##########
File path: apps/microtvm/reference-vm/zephyr/Vagrantfile
##########
@@ -57,6 +57,7 @@ Vagrant.configure("2") do |config|
     vb.customize ["modifyvm", :id, "--usb", "on"]
     vb.customize ["modifyvm", :id, "--usbehci", "on"]
     vb.customize ["modifyvm", :id, "--usbxhci", "on"]
+    vb.customize [ "guestproperty", "set", :id, 
"/VirtualBox/GuestAdd/VBoxService/--timesync-set-threshold", 1000]

Review comment:
       does it need to be 1s? i think the default is 20m so just concerned this 
may have a performance impact




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to