Skip to content

Commit 568f8f7

Browse files
committed
fix: increase default wait timeout to 900s
1 parent 413e230 commit 568f8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wherobots/db/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
DEFAULT_RUNTIME: Runtime = Runtime.SEDONA
1111
DEFAULT_REGION: Region = Region.AWS_US_WEST_2
1212
DEFAULT_READ_TIMEOUT_SECONDS: float = 0.25
13-
DEFAULT_SESSION_WAIT_TIMEOUT_SECONDS: float = 300
13+
DEFAULT_SESSION_WAIT_TIMEOUT_SECONDS: float = 900
1414
MAX_MESSAGE_SIZE: int = 100 * 2**20 # 100MiB
1515
PROTOCOL_VERSION: str = "1.0.0"
1616

0 commit comments

Comments
 (0)