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 870e991 commit 04cfdaaCopy full SHA for 04cfdaa
tests/cmdline/commands/test_process.py
@@ -291,8 +291,6 @@ def make_a_builder(sleep_seconds=0):
291
'aiida.engine.utils.exponential_backoff_retry',
292
MockFunctions.exponential_backoff_retry_fail_kill,
293
)
294
- # from aiida.engine.utils import exponential_backoff_retry
295
- # monkeypatch_args = ('aiida.engine.utils.exponential_backoff_retry', exponential_backoff_retry)
296
with fork_worker_context(monkeypatch.setattr, monkeypatch_args):
297
node = submit_and_await(make_a_builder(kill_timeout + 10), ProcessState.WAITING, timeout=kill_timeout)
298
await_condition(
0 commit comments