Skip to content

Commit bc3d6cc

Browse files
author
Patrick Bareiss
committed
Needed for longer running tests in case of two tstats searches
1 parent f84c069 commit bc3d6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/actions/detection_testing/infrastructures/DetectionTestingInfrastructure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class DetectionTestingManagerOutputDto:
8989
start_time: Union[datetime.datetime, None] = None
9090
replay_index: str = "contentctl_testing_index"
9191
replay_host: str = "CONTENTCTL_HOST"
92-
timeout_seconds: int = 60
92+
timeout_seconds: int = 120
9393
terminate: bool = False
9494

9595

0 commit comments

Comments
 (0)