Skip to content

Commit 3ce8734

Browse files
authored
Merge pull request #119 from dgrove-oss/dispatch_timer_short
adjust dispatch_timer_short to control testing time
2 parents b52f186 + fd82051 commit 3ce8734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dispatch_timer_short.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#define delay (1ull * NSEC_PER_SEC)
3737
#define interval (5ull * NSEC_PER_USEC)
3838

39-
#define N 100000
39+
#define N 25000
4040

4141
static dispatch_source_t t[N];
4242
static dispatch_queue_t q;

0 commit comments

Comments
 (0)