Bump mkts timeout to 2s
parent
afac553ea2
commit
dd87d1142e
|
@ -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 = '''
|
||||||
|
|
Loading…
Reference in New Issue