From 3a30894b44bc570983fb3f19bb316babddeb83f2 Mon Sep 17 00:00:00 2001 From: Setepenre Date: Thu, 1 Aug 2024 11:06:49 -0400 Subject: [PATCH] Update recipes.rst --- docs/recipes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes.rst b/docs/recipes.rst index 990a46003..4adfac1cc 100644 --- a/docs/recipes.rst +++ b/docs/recipes.rst @@ -46,7 +46,7 @@ You can update the yaml file (``config/base.yaml`` or ``config/standard.yaml``) There is two values that govern the runtime of a benchmark ``max_duration`` which is a pure timeout to avoid benchmark hangs and ``voir.options.stop`` which represent the target number of observations milabench will gather before stopping. -.. code-blocl:: yaml +.. code-block:: yaml _defaults: max_duration: 600 # <= Maximum number of seconds the bench can run