Skip to content

Commit

Permalink
Fix test_print_to_correct_cell_from_child_thread
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Dec 20, 2024
1 parent b11d42c commit f6e159b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ def child_target():
sleep({interval})
def parent_target():
sleep({interval})
Thread(target=child_target).start()
sleep({interval * iterations})
Thread(target=parent_target).start()
"""
Expand Down

0 comments on commit f6e159b

Please sign in to comment.