Bump mkts timeout to 2s

service_subpkg
Tyler Goodlet 2023-03-08 15:25:38 -05:00
parent afac553ea2
commit dd87d1142e
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ _config = {
'grpc_listen_port': 5995,
'ws_listen_port': 5993,
'log_level': 'debug',
'startup_timeout': 1,
'startup_timeout': 2,
}
_yaml_config = '''