Add a Failer to test_signal_once #549
Labels
Hacktoberfest
Good issues for Hacktoberfest (synced with new contributor)
new contributor
Apply to issues we think can be tackled by people new to PPB
tests
Related to tests. When applied to PRs is a note that tests are required before merge.
Relevant test: https://github.com/ppb/pursuedpybear/blob/canon/tests/test_engine.py#L60
We need to add a Failer with a reasonable timeout to this test to prevent infinite loops causing CI time outs.
Failer defaults to 1 second, which is reasonable for most tests that will fail with it.
Import
ppb.testutils.Failer
and add it to the basic_systems in the test in question.The text was updated successfully, but these errors were encountered: