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



##########
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:
       i bet we just need to sync like one time before we launch a build. so 
how about we start with 10sec and see?




-- 
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