Skip to content

Commit d46b3be

Browse files
committed
[skip changelog] Add small delay to test
1 parent de7f641 commit d46b3be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/test_core.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,10 @@ def test_core_upgrade_removes_unused_tools(run_command, data_dir):
455455
# Upgrades core
456456
assert run_command("core upgrade arduino:avr")
457457

458+
import time
459+
460+
time.sleep(1)
461+
458462
# Verifies tool is uninstalled since it's not used by newer core version
459463
assert not tool_path.exists()
460464

0 commit comments

Comments
 (0)