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 ac6c00b commit 318f2d0Copy full SHA for 318f2d0
packages/mbed-greentea/mbed_greentea/mbed_greentea_cli.py
@@ -902,7 +902,7 @@ def get_parallel_value(value):
902
# A time of 0.1 seconds is a fairly arbitrary choice. It needs
903
# to balance CPU utilization and responsiveness to keyboard interrupts.
904
# Checking 10 times a second seems to be stable and responsive.
905
- while t.isAlive():
+ while t.is_alive():
906
t.join(0.1)
907
908
test_return_data = test_result_queue.get(False)
0 commit comments