HomeSort by: relevance | last modified time | path
    Searched defs:test_attempts (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/test/
tinytest.c 529 int test_attempts = 3; local
542 printf("\n [RETRYING %s (%i)]\n", testcase->name, test_attempts);
543 if (!test_attempts--)
  /src/external/bsd/ntp/dist/sntp/libevent/test/
tinytest.c 530 int test_attempts = 3; local
543 printf("\n [RETRYING %s (%i)]\n", testcase->name, test_attempts);
544 if (!test_attempts--)

Completed in 19 milliseconds