Skip to content

Commit 35db0ec

Browse files
authored
Merge pull request #590 from Dstack-TEE/fix/nts-time-sync
Fix NTS time sync: use 5s retry interval for faster NTS-KE handshake
2 parents 627f19a + f4c2f43 commit 35db0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dstack-util/src/system_setup.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ async fn do_sys_setup(stage0: Stage0<'_>) -> Result<()> {
709709
if stage0.shared.app_compose.secure_time {
710710
info!("Waiting for the system time to be synchronized");
711711
cmd! {
712-
chronyc waitsync 20 0.1;
712+
chronyc waitsync 30 0.1 0 5;
713713
}
714714
.context("Failed to sync system time")?;
715715
} else {

0 commit comments

Comments
 (0)