aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2023-03-03 17:26:44 +0100
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2023-03-03 17:26:44 +0100
commit5c05038af0e005600451f195351f2178d352debc (patch)
treeaaf8b5e7ada523f1a6d3a4387497ccc854e24b6a /tests
parent5da5ebff130647e1d64130e0577a344dea45b2e5 (diff)
Finish cleaning up core_net.
Diffstat (limited to 'tests')
-rw-r--r--tests/core/net/test_core_net.odin4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/core/net/test_core_net.odin b/tests/core/net/test_core_net.odin
index ad764c24d..528cd89c4 100644
--- a/tests/core/net/test_core_net.odin
+++ b/tests/core/net/test_core_net.odin
@@ -338,8 +338,8 @@ ENDPOINT := net.Endpoint{
CONTENT := "Hellope!"
-SEND_TIMEOUT :: time.Duration(2 * time.Second)
-RECV_TIMEOUT :: time.Duration(2 * time.Second)
+SEND_TIMEOUT :: time.Duration(1 * time.Second)
+RECV_TIMEOUT :: time.Duration(1 * time.Second)
Thread_Data :: struct {
skt: net.Any_Socket,