Skip to content
Snippets Groups Projects
Commit d0b17b17 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

encore du travail !

parent 07ed02be
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ class Master(QueueClient):
print('new task:', task)
self.queue.put(task)
print('tasks left:', self.queue.qsize())
time.sleep(random.randint(1, 10))
time.sleep(random.randint(1, 2))
if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment