コード例 #1
0
ファイル: BlobProtocolTest.cs プロジェクト: Ankitvaibs/SM
        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);
        }