Increase default timeout for device registration requests

BUG: 23559875
Change-Id: I6f6a1fd98aa9ec6c6b2dfe7f4b74cd0c1a21944d
diff --git a/libweave/src/privet/cloud_delegate.cc b/libweave/src/privet/cloud_delegate.cc
index f761b67..535af14 100644
--- a/libweave/src/privet/cloud_delegate.cc
+++ b/libweave/src/privet/cloud_delegate.cc
@@ -26,7 +26,7 @@
 namespace {
 
 const int kMaxSetupRetries = 5;
-const int kFirstRetryTimeoutSec = 1;
+const int kFirstRetryTimeoutSec = 2;
 
 Command* ReturnNotFound(const std::string& command_id, ErrorPtr* error) {
   Error::AddToPrintf(error, FROM_HERE, errors::kDomain, errors::kNotFound,