From 9eec280868caeeaca25201e7c9802efe3b77e5d2 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Tue, 16 Jan 2018 12:31:45 -0700 Subject: [PATCH] added time syncing --- circle.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/circle.yml b/circle.yml index cc8ea5725..d45828540 100644 --- a/circle.yml +++ b/circle.yml @@ -19,6 +19,13 @@ machine: # - sudo apt-get install -y mongodb-org # - sudo service mongod restart + # Force sync the time. + - date + - sudo service ntp stop + - sudo ntpdate -s time.nist.gov + - sudo service ntp start + - date + # Install chromium for e2e and remove old google-chrome - sudo rm -rf /opt/google/chrome - sudo rm -f /usr/bin/google-chrome*