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
At the end of a validation run Rspec reports how long it took to run the tests:
Finished in 2.52 seconds (files took 36 minutes 45 seconds to load)
In this case, validation occurring subsequent to running sfn create, Rspec reports that it took 36 minutes 45 seconds to load test files from disk. In reality this is how long it took to build the stacks leading up to this validation execution.
The text was updated successfully, but these errors were encountered:
At the end of a validation run Rspec reports how long it took to run the tests:
In this case, validation occurring subsequent to running
sfn create
, Rspec reports that it took 36 minutes 45 seconds to load test files from disk. In reality this is how long it took to build the stacks leading up to this validation execution.The text was updated successfully, but these errors were encountered: