diff options
author | Laurens Valk <laurens@pybricks.com> | 2022-11-24 08:58:10 +0100 |
---|---|---|
committer | Laurens Valk <laurens@pybricks.com> | 2022-11-25 08:14:54 +0100 |
commit | 3c1a2a942a3264da7861891eb9852cdd2a889666 (patch) | |
tree | aef9a13436693e06e097338d4bbb279ceac277c3 /tests/misc/cexample_class.py.exp | |
parent | 5588647ad28ea51682fafab50b95ae9f161d18fe (diff) | |
download | micropython-3c1a2a942a3264da7861891eb9852cdd2a889666.tar.gz micropython-3c1a2a942a3264da7861891eb9852cdd2a889666.zip |
tests/misc/cexample_class: Fix timing sensitivity.
This test could occasionally fail because some operations take longer
than expected. This relaxes the timing constraints and defers printing
until the very end.
Signed-off-by: Laurens Valk <laurens@pybricks.com>
Diffstat (limited to 'tests/misc/cexample_class.py.exp')
-rw-r--r-- | tests/misc/cexample_class.py.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/misc/cexample_class.py.exp b/tests/misc/cexample_class.py.exp index 67d98761b0..b9a06602a3 100644 --- a/tests/misc/cexample_class.py.exp +++ b/tests/misc/cexample_class.py.exp @@ -1,2 +1,3 @@ <Timer> True +True |