Description: Increase hardcoded default timeout.
Author: Yavor Doganov <yavor@gnu.org>
Forwarded: https://savannah.nongnu.org/bugs/index.php?55222
Last-Update: 2018-12-13
---

--- pantomime.orig/Framework/Pantomime/CWTCPConnection.m
+++ pantomime/Framework/Pantomime/CWTCPConnection.m
@@ -64,7 +64,7 @@
 #undef id
 #endif
 
-#define DEFAULT_TIMEOUT 60
+#define DEFAULT_TIMEOUT 600
 
 //
 //
--- pantomime.orig/Framework/Pantomime/CWService.m
+++ pantomime/Framework/Pantomime/CWService.m
@@ -53,7 +53,7 @@
 //
 // Default timeout used when waiting for something to complete.
 //
-#define DEFAULT_TIMEOUT 60
+#define DEFAULT_TIMEOUT 600
 
 //
 // Service's private interface.
