forked from p15670423/monkey
Agent: Fix del_key() import in relay_user_handler.py
This commit is contained in:
parent
017aabe8f7
commit
17356ca079
|
@ -6,7 +6,7 @@ from typing import Dict
|
||||||
from egg_timer import EggTimer
|
from egg_timer import EggTimer
|
||||||
|
|
||||||
from common.common_consts.timeouts import MEDIUM_REQUEST_TIMEOUT
|
from common.common_consts.timeouts import MEDIUM_REQUEST_TIMEOUT
|
||||||
from monkey.common.utils.code_utils import del_key
|
from common.utils.code_utils import del_key
|
||||||
|
|
||||||
# Wait for potential new clients to connect
|
# Wait for potential new clients to connect
|
||||||
DEFAULT_NEW_CLIENT_TIMEOUT = 2.5 * MEDIUM_REQUEST_TIMEOUT
|
DEFAULT_NEW_CLIENT_TIMEOUT = 2.5 * MEDIUM_REQUEST_TIMEOUT
|
||||||
|
|
Loading…
Reference in New Issue