You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<< " By default this is 30s but can be set to -1 to never timeout." << newLine
However doing so causes the error message "Missing timeout-ms level argument!" to be displayed because the -1 value is being misinterpreted as a short parameter:
In the "-help" menu, it is stated that a value of -1 can be used with the --timeout-ms option to have an unlimited timeout:
pluginval/Source/CommandLine.cpp
Line 269 in ad76533
However doing so causes the error message "Missing timeout-ms level argument!" to be displayed because the -1 value is being misinterpreted as a short parameter:
pluginval/Source/CommandLine.cpp
Line 129 in ad76533
The text was updated successfully, but these errors were encountered: