Searched refs:time_ms (Results 1 – 1 of 1) sorted by relevance
1121 int time_ms = atoi(args[i] + strlen("--deadline=")); in PickOptions() local1122 if (time_ms <= 0) { in PickOptions()1123 fprintf(stderr, "invalid deadline: %d\n", time_ms); in PickOptions()1126 options.test_deadline_ms = time_ms; in PickOptions()1128 int time_ms = atoi(args[i] + strlen("--slow-threshold=")); in PickOptions() local1129 if (time_ms <= 0) { in PickOptions()1130 fprintf(stderr, "invalid slow test threshold: %d\n", time_ms); in PickOptions()1133 options.test_slow_threshold_ms = time_ms; in PickOptions()