Fixed some execution setting bugs

This commit is contained in:
Frikky
2023-11-15 12:58:23 +01:00
parent df6d7f88de
commit c629864c26
4 changed files with 17 additions and 6 deletions
+1 -1
View File
@@ -3515,7 +3515,7 @@ class AppBase:
timeout = 30
# Check if current app is Shuffle Tools, then set to 55 due to certain actions being slow (ioc parser..)
#uu In general, this should be disabled for onprem
# In general, this should be disabled for onprem
if self.action["app_name"].lower() == "shuffle tools":
timeout = 55