From e50ab9a19e0271dc5fd2d0f7ce039215894d0759 Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Wed, 17 Apr 2024 13:07:13 -0500 Subject: [PATCH] Increase sleep time --- .github/workflows/test-dotnet-samples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-dotnet-samples.yml b/.github/workflows/test-dotnet-samples.yml index 0ddce20..adff076 100644 --- a/.github/workflows/test-dotnet-samples.yml +++ b/.github/workflows/test-dotnet-samples.yml @@ -144,7 +144,7 @@ jobs: run: | sample_name=$(basename "$PWD") - sleep 2s + sleep 3s if [ "$sample_name" == "Redactions" ] && [ "${{matrix.os}}" == 'ubuntu-latest' ]; then echo "Not available on this os"