Skip to content

Commit

Permalink
TEST SOCKET
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Nov 22, 2024
1 parent edaa539 commit 21438d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/core_test/socket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ TEST (socket_timeout, write)
});

// check that the callback was called and we got an error
ASSERT_TIMELY (10s, socket->has_timed_out ());
ASSERT_TIMELY (15s, socket->has_timed_out ());
ASSERT_FALSE (socket->alive ());
}

Expand Down

0 comments on commit 21438d2

Please sign in to comment.