aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2021-02-12 22:11:01 +0100
committerGuilhem Moulin <guilhem@fripost.org>2021-02-12 22:14:09 +0100
commit8c70ba081e9892217510b6b01f0402482161ef84 (patch)
treeb2d238aa98190833f7a5c4aa43cf2e7581823425 /client
parent0f574f73182491fe793fcdfce6632372fab4d5c3 (diff)
Raise client timeout from 10 to 30s.
Diffstat (limited to 'client')
-rwxr-xr-xclient2
1 files changed, 1 insertions, 1 deletions
diff --git a/client b/client
index bacd4d6..c5788dd 100755
--- a/client
+++ b/client
@@ -272,7 +272,7 @@ if ($COMMAND eq 'account') {
#
elsif ($COMMAND eq 'newOrder') {
die unless @ARGV;
- my $timeout = $CONFIG->{timeout} // 10;
+ my $timeout = $CONFIG->{timeout} // 30;
my $csr = do { local $/ = undef; <STDIN> };
set_kid();