calliope-edu / CalliopEO_AstroPi

MIT License
1 stars 2 forks source link

Testcases following testcase 2 (no calliope) fail if tests performed too fast #76

Closed rzbrk closed 3 years ago

rzbrk commented 3 years ago

When you answer the question "Confirm, Calliope Mini is attached to USB [y]" in testcase 3 too fast, testcases 3 and sometimes 4 can fail. After connecting the CalliopEO, the OS needs some time to properly connect the hardware.

This can be solved by adding a wait loop after the user input to the question.

rzbrk commented 3 years ago

Can be closed after merging PR #75.

Amerlander commented 3 years ago

I intuitively always waited a few seconds, but of course this should be handled by the code!