longer timeouts, forget less

This commit is contained in:
meejah
2023-04-13 00:37:32 -06:00
parent 9472841c39
commit 175473df40
3 changed files with 3 additions and 7 deletions

View File

@ -512,7 +512,7 @@ def chutney(reactor, temp_dir: str) -> tuple[str, dict[str, str]]:
chutney_dir,
{
"PYTHONPATH": join(chutney_dir, "lib"),
"CHUTNEY_START_TIME": "200", # default is 60
"CHUTNEY_START_TIME": "600", # default is 60
}
)