We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
the timeout in the update_script/ yaml files can not be configured. It seams like it ist hard coded for 60 seconds.
If you change the system_update.py script on line 353 manually, like:
smt.system_schedulescriptrun("#!/bin/bash\n" + script, 360, xmlrpc.client.DateTime(datetime.datetime.now()))
you change the timeout to 360 secounds.
Otherwise the timeout is always 60 regardless of what value is entered for the timeout in the general file (for example):
begin: timeout: 180 commands:
- /opt/susemanager/testscript.sh state:
end: timeout: 180 commands: - /opt/susemanager/testscript.sh state:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
the timeout in the update_script/ yaml files can not be configured.
It seams like it ist hard coded for 60 seconds.
If you change the system_update.py script on line 353 manually, like:
smt.system_schedulescriptrun("#!/bin/bash\n" + script, 360, xmlrpc.client.DateTime(datetime.datetime.now()))
you change the timeout to 360 secounds.
Otherwise the timeout is always 60 regardless of what value is entered for the timeout in the general file (for example):
begin:
timeout: 180
commands:
- cd /tmp; rm -rf *
end:
timeout: 180
commands:
- /opt/susemanager/testscript.sh
state:
The text was updated successfully, but these errors were encountered: