Bump mkts timeout to 2s

service_subpkg_backup
Tyler Goodlet 2023-03-08 15:25:38 -05:00
parent f627fedf74
commit 40e49333be
1 changed files with 1 additions and 1 deletions

View File

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