diff --git a/server.js b/server.js index fdef1f26aa65aa36c56894dfdd3f66afc3135426..d81cba04a7486d56e70e582305a89e6fbd8cd471 100644 --- a/server.js +++ b/server.js @@ -2104,7 +2104,7 @@ function startup(){ startup(); // Call pre-flight checks, which calls the server-startup, which runs the scheduler and web interface if (isPrimaryHost){ - scheduleJob({ hour: 01 }, () => { + scheduleJob({ hour: 1 }, () => { gatherTestNames(forceUpdate=true); }); } \ No newline at end of file