diff --git a/tests/integration/features/conftest.py b/tests/integration/features/conftest.py index 29f719080..9a6b1f6b7 100644 --- a/tests/integration/features/conftest.py +++ b/tests/integration/features/conftest.py @@ -330,7 +330,7 @@ def no_crash(): This is actually a NOP as a crash is already checked in the log. """ - pass + time.sleep(0.5) @bdd.then(bdd.parsers.parse("the header {header} should be set to {value}"))