Skip to content

Commit 4b0ec49

Browse files
emosbaughJGAntunes
authored andcommitted
fix(ci): e2e test fails ntp preflight (#1469)
1 parent f2f163d commit 4b0ec49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/distros/entrypoint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@ fi
2222
ln -sf /etc/machine-id.persistent /etc/machine-id
2323
ln -sf /etc/machine-id.persistent /var/lib/dbus/machine-id
2424

25+
# Sync time
26+
chronyc -a makestep
27+
2528
# Launch the system
2629
exec /sbin/init

0 commit comments

Comments
 (0)