Skip to content

Commit 63005e9

Browse files
bumping integration testing timeout to compensate for recent bugfix
1 parent 3c57075 commit 63005e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/objects/correlation_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class TimeoutConfig(int, Enum):
105105
BASE_SLEEP = 60
106106

107107
# max amount to wait before timing out during exponential backoff
108-
MAX_SLEEP = 210
108+
MAX_SLEEP = 270
109109

110110

111111
# TODO (#226): evaluate sane defaults for timeframe for integration testing (e.g. 5y is good

0 commit comments

Comments
 (0)