Skip to content

Commit c811785

Browse files
committed
Use GH actions for FreeBSD
1 parent 066702b commit c811785

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

socket/sock_test.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,7 @@ void test_poll_edge(void)
15091509
&clt);
15101510
assert(rc == 0);
15111511

1512-
sc_time_sleep(50);
1512+
sc_time_sleep(250);
15131513
count = sc_sock_poll_wait(&p, timeout);
15141514
assert(count >= 2);
15151515
found = 0;
@@ -1553,7 +1553,7 @@ void test_poll_edge(void)
15531553
&acc);
15541554
assert(rc == 0);
15551555

1556-
sc_time_sleep(50);
1556+
sc_time_sleep(250);
15571557
count = sc_sock_poll_wait(&p, timeout);
15581558
assert(count >= 1);
15591559
found = 0;
@@ -1589,7 +1589,7 @@ void test_poll_edge(void)
15891589
assert(total_w > 0);
15901590

15911591
do {
1592-
sc_time_sleep(50);
1592+
sc_time_sleep(250);
15931593
count = sc_sock_poll_wait(&p, timeout);
15941594
assert(count >= 1);
15951595
found = 0;
@@ -1628,7 +1628,7 @@ void test_poll_edge(void)
16281628
} while (total_r < total_w);
16291629
assert(total_r == total_w);
16301630

1631-
sc_time_sleep(50);
1631+
sc_time_sleep(250);
16321632
count = sc_sock_poll_wait(&p, timeout);
16331633
assert(count >= 1);
16341634
found = 0;

0 commit comments

Comments
 (0)