Minor update

This commit is contained in:
Pranav Srinivas KumaR
2019-12-03 22:04:35 -06:00
parent 95df3fec9d
commit 8f33b6ddc8
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ int main() {
bar.append_text(status_text[index % status_text.size()]);
bar.tick();
index += 1;
std::this_thread::sleep_for(std::chrono::milliseconds(2000));
std::this_thread::sleep_for(std::chrono::milliseconds(500));
}
};