diff options
Diffstat (limited to 'lunatic.cpp')
-rw-r--r-- | lunatic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lunatic.cpp b/lunatic.cpp index 2438788..09dcc41 100644 --- a/lunatic.cpp +++ b/lunatic.cpp | |||
@@ -77,7 +77,7 @@ int main(int argc, char** argv) | |||
77 | std::cout << action << std::endl; | 77 | std::cout << action << std::endl; |
78 | std::cout << "Waiting" << std::endl; | 78 | std::cout << "Waiting" << std::endl; |
79 | 79 | ||
80 | std::this_thread::sleep_for(std::chrono::hours(3)); | 80 | std::this_thread::sleep_for(std::chrono::hours(1)); |
81 | 81 | ||
82 | std::cout << std::endl; | 82 | std::cout << std::endl; |
83 | } | 83 | } |