We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8009882 commit a538da6Copy full SHA for a538da6
services/dynamic-scheduler/tests/unit/services/generic_scheduler/test__core.py
@@ -1281,6 +1281,9 @@ async def test_errors_with_restart_operation_step_in_error(
1281
if not in_manual_intervention:
1282
# force restart of step as it would be in manual intervention
1283
# this is not allowed
1284
+
1285
+ # give some time for the deferred runner to store the errors
1286
+ await asyncio.sleep(0.1)
1287
with pytest.raises(StepNotWaitingForManualInterventionError):
1288
await get_core(selected_app).restart_operation_step_in_error(
1289
schedule_id,
0 commit comments