diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-09-22 19:38:09 +0200 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-09-22 19:38:09 +0200 |
commit | 8f3621813e44df2dace49a6400cfe870bc3778ea (patch) | |
tree | 48558bae0fc4d1c7700e3a88787b8e3728835776 /planetwars-matchrunner/bots | |
parent | 9643ccf6d69cc34f56fff454f1c0aa3e34a93d08 (diff) | |
download | planetwars.dev-8f3621813e44df2dace49a6400cfe870bc3778ea.tar.xz planetwars.dev-8f3621813e44df2dace49a6400cfe870bc3778ea.zip |
test docker runner timeouts
Diffstat (limited to 'planetwars-matchrunner/bots')
-rw-r--r-- | planetwars-matchrunner/bots/timeout_bot.py | 4 |
1 files changed, 4 insertions, 0 deletions
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 |