Skip to content

Commit 8647d9d

Browse files
committed
Fix build
1 parent ed65564 commit 8647d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

socket/sock_test.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1755,7 +1755,7 @@ void test_poll_threadsafe(void)
17551755
{
17561756
enum
17571757
{
1758-
THREAD_COUNT = 100
1758+
THREAD_COUNT = 10
17591759
};
17601760
uint32_t ev;
17611761
int rc, count, added = 0;

0 commit comments

Comments
 (0)