Tests made with attachment.
SMathStudio_Desktop.exe -silent -t "test 1.sm" -w 10000
returns > Testing failed (1058 ms): "Region (#0) error differs. Expected: NoError, actual: NotDefined.".
that is ok
SMathStudio_Desktop.exe -silent -t "test 1.sm" -w 10
returns > File tested OK (841 ms).
that is not ok; I expect something like "File test aborted (> 10ms)". Note that in this case we have a false negative (file seems ok even if it is not).