From 8f3621813e44df2dace49a6400cfe870bc3778ea Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Thu, 22 Sep 2022 19:38:09 +0200 Subject: test docker runner timeouts --- planetwars-matchrunner/bots/timeout_bot.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 planetwars-matchrunner/bots/timeout_bot.py (limited to 'planetwars-matchrunner/bots/timeout_bot.py') diff --git a/planetwars-matchrunner/bots/timeout_bot.py b/planetwars-matchrunner/bots/timeout_bot.py new file mode 100644 index 0000000..a8364ca --- /dev/null +++ b/planetwars-matchrunner/bots/timeout_bot.py @@ -0,0 +1,4 @@ +import time + +# I'm going to take my sweet time! +time.sleep(1000) \ No newline at end of file -- cgit v1.2.3