diff options
| -rw-r--r-- | wordplay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/wordplay.cpp b/wordplay.cpp index 74ac40d..4f621a1 100644 --- a/wordplay.cpp +++ b/wordplay.cpp | |||
| @@ -82,6 +82,6 @@ int main(int argc, char** argv) | |||
| 82 | 82 | ||
| 83 | std::cout << "Waiting" << std::endl; | 83 | std::cout << "Waiting" << std::endl; |
| 84 | 84 | ||
| 85 | sleep(60 * 60); | 85 | sleep(60 * 60 * 3); |
| 86 | } | 86 | } |
| 87 | } \ No newline at end of file | 87 | } \ No newline at end of file |
