diff options
-rw-r--r-- | wordplay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wordplay.cpp b/wordplay.cpp index d5051e6..5cfb324 100644 --- a/wordplay.cpp +++ b/wordplay.cpp | |||
@@ -89,7 +89,7 @@ int main(int argc, char** argv) | |||
89 | 89 | ||
90 | std::cout << "Waiting..." << std::endl; | 90 | std::cout << "Waiting..." << std::endl; |
91 | 91 | ||
92 | std::this_thread::sleep_for(std::chrono::hours(1)); | 92 | std::this_thread::sleep_for(std::chrono::hours(2)); |
93 | 93 | ||
94 | std::cout << std::endl; | 94 | std::cout << std::endl; |
95 | } | 95 | } |