Skip to content

Timed out waiting for script to completed on RTR #495

Discussion options

You must be logged in to vote

Hey There!

Based on the stderr message: Timed out waiting for script to complete it seems like the script you executed did not complete in the expected time window. This, by default is only 30 seconds.

When using falcon_rtr.execute_active_responder_command you can optionally include another item in your command_string that will increase this time up to ten minutes. For Example:

response = falcon_rtra.execute_admin_command(     base_command="runscript",
                                                  command_string=f"runscript -CloudFile='{cmd}' -Timeout=600"",
                                                  session_id=session_id
                                                  )

Try …

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jshcodes
Comment options

You must be logged in to vote
1 reply
@crowdstrikedcs
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
RTR Real Time Response issues and questions SDK usage General SDK usage issues and questions
2 participants