MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / _get_test_timeout_value

Function _get_test_timeout_value

tests/unit/test_cron.c:40–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40static struct timeval _get_test_timeout_value() {
41 struct timeval timeout = {};
42
43 timeout.tv_sec = TEST_CASE_TIMEOUT_SECONDS;
44 timeout.tv_usec = 0;
45
46 return timeout;
47}
48
49void add_task(void *pdata) {
50 int *Y = (int*)pdata;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected