From 7c590f543251e872d160fad47c3fcc336f3ae14b Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Wed, 17 Apr 2024 13:00:54 -0500 Subject: [PATCH] Sleep for a few seconds before executing samples --- .github/workflows/test-dotnet-samples.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-dotnet-samples.yml b/.github/workflows/test-dotnet-samples.yml index e7262bb..0ddce20 100644 --- a/.github/workflows/test-dotnet-samples.yml +++ b/.github/workflows/test-dotnet-samples.yml @@ -144,6 +144,8 @@ jobs: run: | sample_name=$(basename "$PWD") + sleep 2s + if [ "$sample_name" == "Redactions" ] && [ "${{matrix.os}}" == 'ubuntu-latest' ]; then echo "Not available on this os" else