Regression tests
This commit is contained in:
parent
71db6de14f
commit
e7492047c0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ devnull = open(os.devnull, "r+")
|
||||||
ok = ":white_check_mark:"
|
ok = ":white_check_mark:"
|
||||||
warning = ":warning:"
|
warning = ":warning:"
|
||||||
error = ":negative_squared_cross_mark:"
|
error = ":negative_squared_cross_mark:"
|
||||||
stress_duration = 1
|
stress_duration = 10
|
||||||
|
|
||||||
|
|
||||||
def print(*args, **kwargs):
|
def print(*args, **kwargs):
|
||||||
|
|
Loading…
Reference in a new issue