about summary refs log tree commit diff stats
path: root/wordplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wordplay.cpp')
-rw-r--r--wordplay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wordplay.cpp b/wordplay.cpp index ae28159..0d48e3e 100644 --- a/wordplay.cpp +++ b/wordplay.cpp
@@ -83,6 +83,6 @@ int main(int argc, char** argv)
83 83
84 std::cout << "Waiting" << std::endl; 84 std::cout << "Waiting" << std::endl;
85 85
86 sleep(60 * 60); 86 sleep(60 * 60 * 3);
87 } 87 }
88} 88}