aboutsummaryrefslogtreecommitdiffstats
path: root/examples/basics.c
AgeCommit message (Collapse)Author
2024-07-26FEAT: test can now time outJP Appel
Tests now have an extra field `max_time_ms` which is the max duration before it's process gets killed. A time of 0 ms is used to disable eztester managed timeouts, however a test can still return a timeout status which will be handled similarily.