FherStk / AutoCheck

Multipurpose and extensible automated assignment validator, designed for academic purposes only, which has been developed using C# over .NET 6.0.
https://fherstk.github.io/AutoCheck/html/
GNU Affero General Public License v3.0
5 stars 1 forks source link

New "wait" instruction for YAML scripts. #113

Closed FherStk closed 1 year ago

FherStk commented 1 year ago

The W3C validator is returning a 503 error message due to too many requests. A new "wait" instruction will be provided in order to sleep for a while the current execution.

FherStk commented 1 year ago

A new "Wait(milliseconds)" method has been added to the Shell connector, this is easier to implement than adding a "wait" instruction everywhere a "run" instruction can be executed.