forked from TrueCloudLab/frostfs-testlib
Delete neofs_test_lib path
Signed-off-by: Yulia Kovshova <y.kovshova@yadro.com>
This commit is contained in:
parent
6d3b6f0f2f
commit
adb06aa158
2 changed files with 1 additions and 1 deletions
10
src/frostfs_testlib/defaults.py
Normal file
10
src/frostfs_testlib/defaults.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
class Options:
|
||||
DEFAULT_SHELL_TIMEOUT = 90
|
||||
|
||||
@staticmethod
|
||||
def get_default_shell_timeout():
|
||||
return Options.DEFAULT_SHELL_TIMEOUT
|
||||
|
||||
@staticmethod
|
||||
def set_default_shell_timeout(value: int):
|
||||
Options.DEFAULT_SHELL_TIMEOUT = value
|
Loading…
Add table
Add a link
Reference in a new issue