Skip to content

Commit 0933f9b

Browse files
mdouchapevik
authored andcommitted
doc: Fix typo in max_runtime docs
Reviewed-by: Petr Vorel <[email protected]> Signed-off-by: Martin Doucha <[email protected]>
1 parent 9e61bb0 commit 0933f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/c-test-api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ that should cover the duration of test setup and cleanup plus some safety.
102102
Any test that runs for more than a second or two has to make sure to:
103103

104104
- set the runtime either by setting the '.max_runtime' in tst_test or by
105-
calling 'tst_set_runtime()' in the test setup
105+
calling 'tst_set_max_runtime()' in the test setup
106106

107107
- monitor remaning runtime by regular calls to 'tst_remaining_runtime()' and
108108
exit when runtime has been used up

0 commit comments

Comments
 (0)