diff --git a/services/updater_main.cpp b/services/updater_main.cpp index 9b393a6d3f2354c575c7d419565461fb553ad043..e27c49c57eb9702416c8e6a37e6d2827ddffe37b 100644 --- a/services/updater_main.cpp +++ b/services/updater_main.cpp @@ -291,11 +291,8 @@ int UpdaterMain(int argc, char **argv) #ifndef UPDATER_UT if (status != UPDATE_SUCCESS && status != UPDATE_SKIP) { ShowUpdateFrame(false); - // Wait for user input - while (true) { - pause(); - } - return 0; + // Wait 10s + sleep(10); } #endif PostUpdater(true);