about summary refs log tree commit diff stats
diff options
context:
space:
mode:
m---------vendor/verbly0
-rw-r--r--wordplay.cpp2
2 files changed, 1 insertions, 1 deletions
diff --git a/vendor/verbly b/vendor/verbly
Subproject be20f774b7be28a6c8b5359351dc1907d7ac7da Subproject d5ee4e39e5b5b3b8daa85cd972802195ad35e96
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}