mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 08:52:39 +01:00
Fix for arc install-certificate
timeout.
Summary: Extended the install-certificate workflow's timeout from 5 seconds to rely on the ConduitClient default (30 seconds), which matches the HTTP interface. Test Plan: Run arc install-certificate Reviewers: epriestley CC: epriestley, aran Differential Revision: https://secure.phabricator.com/D1404
This commit is contained in:
parent
e5bda05200
commit
7e63e232ba
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
* Copyright 2011 Facebook, Inc.
|
||||
* Copyright 2012 Facebook, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
@ -65,7 +65,6 @@ EOTEXT
|
|||
|
||||
echo "Trying to connect to server...\n";
|
||||
$conduit = new ConduitClient($uri);
|
||||
$conduit->setTimeout(5);
|
||||
try {
|
||||
$conduit->callMethodSynchronous('conduit.ping', array());
|
||||
} catch (Exception $ex) {
|
||||
|
|
Loading…
Reference in a new issue