aboutsummaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-07-12 17:49:23 +0700
committerShulhan <ms@kilabit.info>2025-07-12 17:49:23 +0700
commitdba7aa16a4df5e89c2aea5cec1d07609f468de82 (patch)
treeed328a4867e02693f4a4bb13cea140ec3cea7cf6 /testdata
parentba54e6bc9aa20a1cbf2a3604345c830305449f7b (diff)
downloadduitku-dba7aa16a4df5e89c2aea5cec1d07609f468de82.tar.xz
all: add option Timeout to Client
The Timeout option affect how long the client wait for connect and waiting for response.
Diffstat (limited to 'testdata')
-rw-r--r--testdata/client_options_test.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/testdata/client_options_test.txt b/testdata/client_options_test.txt
index 5d4d34e..aa5106b 100644
--- a/testdata/client_options_test.txt
+++ b/testdata/client_options_test.txt
@@ -35,5 +35,6 @@ api_key = 1ndom4r3t
},
"DisburseApiKey": "abcd",
"DisburseEmail": "my@company.com",
- "DisburseUserID": 1111
+ "DisburseUserID": 1111,
+ "Timeout": 0
}