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/src/match_context.rs | |
parent | 9643ccf6d69cc34f56fff454f1c0aa3e34a93d08 (diff) | |
download | planetwars.dev-8f3621813e44df2dace49a6400cfe870bc3778ea.tar.xz planetwars.dev-8f3621813e44df2dace49a6400cfe870bc3778ea.zip |
test docker runner timeouts
Diffstat (limited to 'planetwars-matchrunner/src/match_context.rs')
-rw-r--r-- | planetwars-matchrunner/src/match_context.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/planetwars-matchrunner/src/match_context.rs b/planetwars-matchrunner/src/match_context.rs index 1dac09b..859b11d 100644 --- a/planetwars-matchrunner/src/match_context.rs +++ b/planetwars-matchrunner/src/match_context.rs @@ -150,7 +150,7 @@ impl Future for Request { } } -#[derive(Debug, Clone)] +#[derive(Debug, Clone, PartialEq, Eq)] pub enum RequestError { Timeout, } |