From f079579bd27318159d0cbc3a4a1a02369afad01d Mon Sep 17 00:00:00 2001 From: Martin Buchleitner Date: Wed, 14 Aug 2024 08:27:58 +0200 Subject: [PATCH] fix: test timeout as optional Signed-off-by: Martin Buchleitner --- .github/workflows/terratest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terratest.yml b/.github/workflows/terratest.yml index 94162c9..e1c182d 100644 --- a/.github/workflows/terratest.yml +++ b/.github/workflows/terratest.yml @@ -11,7 +11,7 @@ on: type: string test_timeout: description: 'Test timeout' - required: true + required: false default: '30m' type: string secrets: