We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced0a0e commit 025f2c0Copy full SHA for 025f2c0
1 file changed
basefiles/dstack-prepare.sh
@@ -96,7 +96,7 @@ mount_overlay /home $OVERLAY_TMP
96
97
# Make sure the system time is synchronized
98
log "Waiting for time sync..."
99
-chronyc waitsync 30 1 0 0 2>/dev/null || log "Warning: time sync timed out"
+chronyc waitsync 30 0.2 0 0 2>/dev/null || log "Warning: time sync timed out"
100
101
if ! [[ -e /dev/tdx_guest ]]; then
102
modprobe tdx-guest
0 commit comments