Skip to content

Commit 3a001ee

Browse files
committed
Increase default timeout value for API calls from 180 to 1800 seconds
1 parent e50e227 commit 3a001ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

camel_database_agent/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def main() -> None:
120120
parser.add_argument(
121121
"--timeout",
122122
required=False,
123-
default=180,
123+
default=1800,
124124
help="The timeout value in seconds for API calls.",
125125
)
126126
args = parser.parse_args()

0 commit comments

Comments
 (0)