Skip to content

Commit 04cfdaa

Browse files
agoscinskikhsrali
andcommitted
Update tests/cmdline/commands/test_process.py
Co-authored-by: Ali Khosravi <[email protected]>
1 parent 870e991 commit 04cfdaa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/cmdline/commands/test_process.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,6 @@ def make_a_builder(sleep_seconds=0):
291291
'aiida.engine.utils.exponential_backoff_retry',
292292
MockFunctions.exponential_backoff_retry_fail_kill,
293293
)
294-
# from aiida.engine.utils import exponential_backoff_retry
295-
# monkeypatch_args = ('aiida.engine.utils.exponential_backoff_retry', exponential_backoff_retry)
296294
with fork_worker_context(monkeypatch.setattr, monkeypatch_args):
297295
node = submit_and_await(make_a_builder(kill_timeout + 10), ProcessState.WAITING, timeout=kill_timeout)
298296
await_condition(

0 commit comments

Comments
 (0)