We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e61bb0 commit 0933f9bCopy full SHA for 0933f9b
doc/c-test-api.txt
@@ -102,7 +102,7 @@ that should cover the duration of test setup and cleanup plus some safety.
102
Any test that runs for more than a second or two has to make sure to:
103
104
- set the runtime either by setting the '.max_runtime' in tst_test or by
105
- calling 'tst_set_runtime()' in the test setup
+ calling 'tst_set_max_runtime()' in the test setup
106
107
- monitor remaning runtime by regular calls to 'tst_remaining_runtime()' and
108
exit when runtime has been used up
0 commit comments