예제 #1
0
        public static void FinalCleanup()
        {
            cloudSetup.Cleanup();

            // sleep for 40s so that if the test is re-run, we can recreate the container
            Thread.Sleep(35000);
        }