You've already forked operating-system
mirror of
https://github.com/m5stack/operating-system.git
synced 2026-05-20 11:20:07 -07:00
2888ccf28e
* Improve handling of timeouts in tests Make timeout handling in tests more transparent. Added a custom shell driver that allows to define global timeout for commands in the config file, and replaced for/sleep constructs with infinite loops that will be eventually terminated by pytest-timeout plugin. Current timeouts taken from last runs on Github CI with some extra headroom. * test_supervisor_is_updated shouldn't be skipped if no update was needed * Allow more time for system startup * Allow even more time for system startup
5 lines
77 B
Plaintext
5 lines
77 B
Plaintext
labgrid==23.0.3
|
|
pytest==7.2.2
|
|
pytest-dependency==0.5.1
|
|
pytest-timeout==2.2.0
|