Skip to content

Commit

Permalink
wip: trying to fix tcp auto test
Browse files Browse the repository at this point in the history
still borken on my machine
  • Loading branch information
Green-Sky committed Mar 7, 2024
1 parent b3c3c49 commit ac2cf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_tests/TCP_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,8 +525,8 @@ static void test_client(void)
ip_port_tcp_s.ip = get_loopback();

TCP_Client_Connection *conn = new_tcp_connection(logger, mem, mono_time, rng, ns, &ip_port_tcp_s, self_public_key, f_public_key, f_secret_key, nullptr);
do_tcp_connection(logger, mono_time, conn, nullptr);
c_sleep(50);
do_tcp_connection(logger, mono_time, conn, nullptr);

// The connection status should be unconfirmed here because we have finished
// sending our data and are awaiting a response.
Expand Down

0 comments on commit ac2cf33

Please sign in to comment.